public sealed class MetadataExport : IMessage<MetadataExport>, IEquatable<MetadataExport>, IDeepCloneable<MetadataExport>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1beta API class MetadataExport.
The details of a metadata export operation.
Implements
IMessageMetadataExport, IEquatableMetadataExport, IDeepCloneableMetadataExport, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1BetaAssembly
Google.Cloud.Metastore.V1Beta.dll
Constructors
MetadataExport()
public MetadataExport()
MetadataExport(MetadataExport)
public MetadataExport(MetadataExport other)
Parameter | |
---|---|
Name | Description |
other |
MetadataExport |
Properties
DatabaseDumpType
public DatabaseDumpSpec.Types.Type DatabaseDumpType { get; set; }
Output only. The type of the database dump.
Property Value | |
---|---|
Type | Description |
DatabaseDumpSpecTypesType |
DestinationCase
public MetadataExport.DestinationOneofCase DestinationCase { get; }
Property Value | |
---|---|
Type | Description |
MetadataExportDestinationOneofCase |
DestinationGcsUri
public string DestinationGcsUri { get; set; }
Output only. A Cloud Storage URI of a folder that metadata are exported
to, in the form of
gs://<bucket_name>/<path_inside_bucket>/<export_folder>
, where
<export_folder>
is automatically generated.
Property Value | |
---|---|
Type | Description |
string |
EndTime
public Timestamp EndTime { get; set; }
Output only. The time when the export ended.
Property Value | |
---|---|
Type | Description |
Timestamp |
HasDestinationGcsUri
public bool HasDestinationGcsUri { get; }
Gets whether the "destination_gcs_uri" field is set
Property Value | |
---|---|
Type | Description |
bool |
StartTime
public Timestamp StartTime { get; set; }
Output only. The time when the export started.
Property Value | |
---|---|
Type | Description |
Timestamp |
State
public MetadataExport.Types.State State { get; set; }
Output only. The current state of the export.
Property Value | |
---|---|
Type | Description |
MetadataExportTypesState |