public sealed class BackupInfo : IMessage<BackupInfo>, IEquatable<BackupInfo>, IDeepCloneable<BackupInfo>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Bigtable Administration v2 API class BackupInfo.
Information about a backup.
Implements
IMessageBackupInfo, IEquatableBackupInfo, IDeepCloneableBackupInfo, 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 |
|
SourceBackup
public string SourceBackup { get; set; }Output only. Name of the backup from which this backup was copied. If a backup is not created by copying a backup, this field will be empty. Values are of the form: projects/<project>/instances/<instance>/clusters/<cluster>/backups/<backup>
| Property Value | |
|---|---|
| Type | Description |
string |
|
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 |
|