Dataproc Metastore v1 API - Class MetadataExport (2.7.0)

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

Reference documentation and code samples for the Dataproc Metastore v1 API class MetadataExport.

The details of a metadata export operation.

Inheritance

object > MetadataExport

Namespace

Google.Cloud.Metastore.V1

Assembly

Google.Cloud.Metastore.V1.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
DatabaseDumpSpecTypesType

DestinationCase

public MetadataExport.DestinationOneofCase DestinationCase { get; }
Property Value
TypeDescription
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
TypeDescription
string

EndTime

public Timestamp EndTime { get; set; }

Output only. The time when the export ended.

Property Value
TypeDescription
Timestamp

HasDestinationGcsUri

public bool HasDestinationGcsUri { get; }

Gets whether the "destination_gcs_uri" field is set

Property Value
TypeDescription
bool

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
MetadataExportTypesState