Google Cloud Bigtable Administration v2 API - Class RestoreInfo (3.14.0)

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

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

Information about a table restore.

Inheritance

object > RestoreInfo

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

RestoreInfo()

public RestoreInfo()

RestoreInfo(RestoreInfo)

public RestoreInfo(RestoreInfo other)
Parameter
NameDescription
otherRestoreInfo

Properties

BackupInfo

public BackupInfo BackupInfo { get; set; }

Information about the backup used to restore the table. The backup may no longer exist.

Property Value
TypeDescription
BackupInfo

SourceInfoCase

public RestoreInfo.SourceInfoOneofCase SourceInfoCase { get; }
Property Value
TypeDescription
RestoreInfoSourceInfoOneofCase

SourceType

public RestoreSourceType SourceType { get; set; }

The type of the restore source.

Property Value
TypeDescription
RestoreSourceType