public sealed class BackupInfo : IMessage<BackupInfo>, IEquatable<BackupInfo>, IDeepCloneable<BackupInfo>, IBufferMessage, IMessage
Information about a backup.
Implements
IMessage<BackupInfo>, IEquatable<BackupInfo>, IDeepCloneable<BackupInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
BackupInfo()
public BackupInfo()
BackupInfo(BackupInfo)
public BackupInfo(BackupInfo other)
Parameter | |
---|---|
Name | Description |
other | BackupInfo |
Properties
Backup
public string Backup { get; set; }
Output only. Name of the backup.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Timestamp |
SourceTable
public string SourceTable { get; set; }
Output only. Name of the table the backup was created from.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Timestamp |