Google Cloud Spanner Database Administration v1 API - Class RestoreInfo (5.0.0-beta02)

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

Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class RestoreInfo.

Information about the database restore.

Inheritance

object > RestoreInfo

Namespace

Google.Cloud.Spanner.Admin.Database.V1

Assembly

Google.Cloud.Spanner.Admin.Database.V1.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 database. 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