Google Cloud Bigtable Administration v2 API - Class CreateBackupMetadata (3.8.0)

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].

Inheritance

object > CreateBackupMetadata

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

CreateBackupMetadata()

public CreateBackupMetadata()

CreateBackupMetadata(CreateBackupMetadata)

public CreateBackupMetadata(CreateBackupMetadata other)
Parameter
NameDescription
otherCreateBackupMetadata

Properties

EndTime

public Timestamp EndTime { get; set; }

If set, the time at which this operation finished or was cancelled.

Property Value
TypeDescription
Timestamp

Name

public string Name { get; set; }

The name of the backup being created.

Property Value
TypeDescription
string

SourceTable

public string SourceTable { get; set; }

The name of the table the backup is created from.

Property Value
TypeDescription
string

StartTime

public Timestamp StartTime { get; set; }

The time at which this operation started.

Property Value
TypeDescription
Timestamp