public sealed class CreateBackupMetadata : IMessage<CreateBackupMetadata>, IEquatable<CreateBackupMetadata>, IDeepCloneable<CreateBackupMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class CreateBackupMetadata.
Metadata type for the operation returned by [CreateBackup][google.bigtable.admin.v2.BigtableTableAdmin.CreateBackup].
Implements
IMessageCreateBackupMetadata, IEquatableCreateBackupMetadata, IDeepCloneableCreateBackupMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
CreateBackupMetadata()
public CreateBackupMetadata()
CreateBackupMetadata(CreateBackupMetadata)
public CreateBackupMetadata(CreateBackupMetadata other)
Parameter | |
---|---|
Name | Description |
other |
CreateBackupMetadata |
Properties
EndTime
public Timestamp EndTime { get; set; }
If set, the time at which this operation finished or was cancelled.
Property Value | |
---|---|
Type | Description |
Timestamp |
Name
public string Name { get; set; }
The name of the backup being created.
Property Value | |
---|---|
Type | Description |
string |
SourceTable
public string SourceTable { get; set; }
The name of the table the backup is created from.
Property Value | |
---|---|
Type | Description |
string |
StartTime
public Timestamp StartTime { get; set; }
The time at which this operation started.
Property Value | |
---|---|
Type | Description |
Timestamp |