public sealed class RestoreInfo : IMessage<RestoreInfo>, IEquatable<RestoreInfo>, IDeepCloneable<RestoreInfo>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Bigtable Administration v2 API class RestoreInfo.
Information about a table restore.
Implements
IMessageRestoreInfo, IEquatableRestoreInfo, IDeepCloneableRestoreInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
RestoreInfo()
public RestoreInfo()RestoreInfo(RestoreInfo)
public RestoreInfo(RestoreInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
RestoreInfo |
Properties
BackupInfo
public BackupInfo BackupInfo { get; set; }Information about the backup used to restore the table. The backup may no longer exist.
| Property Value | |
|---|---|
| Type | Description |
BackupInfo |
|
SourceInfoCase
public RestoreInfo.SourceInfoOneofCase SourceInfoCase { get; }| Property Value | |
|---|---|
| Type | Description |
RestoreInfoSourceInfoOneofCase |
|
SourceType
public RestoreSourceType SourceType { get; set; }The type of the restore source.
| Property Value | |
|---|---|
| Type | Description |
RestoreSourceType |
|