Google Cloud Bigtable Administration v2 API - Class BackupInfo (3.4.0)

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

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class BackupInfo.

Information about a backup.

Inheritance

object > BackupInfo

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

BackupInfo()

public BackupInfo()

BackupInfo(BackupInfo)

public BackupInfo(BackupInfo other)
Parameter
NameDescription
otherBackupInfo

Properties

Backup

public string Backup { get; set; }

Output only. Name of the backup.

Property Value
TypeDescription
string

EndTime

public Timestamp EndTime { get; set; }

Output only. This time that the backup was finished. Row data in the backup will be no newer than this timestamp.

Property Value
TypeDescription
Timestamp

SourceTable

public string SourceTable { get; set; }

Output only. Name of the table the backup was created from.

Property Value
TypeDescription
string

StartTime

public Timestamp StartTime { get; set; }

Output only. The time that the backup was started. Row data in the backup will be no older than this timestamp.

Property Value
TypeDescription
Timestamp