View Source GoogleApi.Metastore.V1.Model.MetadataExport (google_api_metastore v0.11.1)
The details of a metadata export operation.
Attributes
-
databaseDumpType(type:String.t, default:nil) - Output only. The type of the database dump. -
destinationGcsUri(type:String.t, default:nil) - Output only. A Cloud Storage URI of a folder that metadata are exported to, in the form of gs:////, where is automatically generated. -
endTime(type:DateTime.t, default:nil) - Output only. The time when the export ended. -
startTime(type:DateTime.t, default:nil) - Output only. The time when the export started. -
state(type:String.t, default:nil) - Output only. The current state of the export.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Metastore.V1.Model.MetadataExport{ databaseDumpType: String.t() | nil, destinationGcsUri: String.t() | nil, endTime: DateTime.t() | nil, startTime: DateTime.t() | nil, state: String.t() | nil }