Class MetadataExport (1.0.0-alpha04)

public sealed class MetadataExport : IMessage<MetadataExport>, IEquatable<MetadataExport>, IDeepCloneable<MetadataExport>, IBufferMessage, IMessage

The details of a metadata export operation.

Inheritance

Object > MetadataExport

Namespace

Google.Cloud.Metastore.V1Alpha

Assembly

Google.Cloud.Metastore.V1Alpha.dll

Constructors

MetadataExport()

public MetadataExport()

MetadataExport(MetadataExport)

public MetadataExport(MetadataExport other)
Parameter
NameDescription
otherMetadataExport

Properties

DatabaseDumpType

public DatabaseDumpSpec.Types.Type DatabaseDumpType { get; set; }

Output only. The type of the database dump.

Property Value
TypeDescription
DatabaseDumpSpec.Types.Type

DestinationCase

public MetadataExport.DestinationOneofCase DestinationCase { get; }
Property Value
TypeDescription
MetadataExport.DestinationOneofCase

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://&lt;bucket_name>/&lt;path_inside_bucket>/&lt;export_folder>, where &lt;export_folder> is automatically generated.

Property Value
TypeDescription
String

EndTime

public Timestamp EndTime { get; set; }

Output only. The time when the export ended.

Property Value
TypeDescription
Timestamp

StartTime

public Timestamp StartTime { get; set; }

Output only. The time when the export started.

Property Value
TypeDescription
Timestamp

State

public MetadataExport.Types.State State { get; set; }

Output only. The current state of the export.

Property Value
TypeDescription
MetadataExport.Types.State