public sealed class MetadataExport : IMessage<MetadataExport>, IEquatable<MetadataExport>, IDeepCloneable<MetadataExport>, IBufferMessage, IMessage
The details of a metadata export operation.
Implements
IMessage<MetadataExport>, IEquatable<MetadataExport>, IDeepCloneable<MetadataExport>, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1Assembly
Google.Cloud.Metastore.V1.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 |
DatabaseDumpSpec.Types.Type |
DestinationCase
public MetadataExport.DestinationOneofCase DestinationCase { get; }
Property Value | |
---|---|
Type | Description |
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://<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 |
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 |
MetadataExport.Types.State |