public sealed class RestoreInfo : IMessage<RestoreInfo>, IEquatable<RestoreInfo>, IDeepCloneable<RestoreInfo>, IBufferMessage, IMessageInformation about the database restore.
Implements
IMessage<RestoreInfo>, IEquatable<RestoreInfo>, IDeepCloneable<RestoreInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Database.V1Assembly
Google.Cloud.Spanner.Admin.Database.V1.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 database. The backup may no longer exist.
| Property Value | |
|---|---|
| Type | Description |
BackupInfo |
|
SourceInfoCase
public RestoreInfo.SourceInfoOneofCase SourceInfoCase { get; }| Property Value | |
|---|---|
| Type | Description |
RestoreInfo.SourceInfoOneofCase |
|
SourceType
public RestoreSourceType SourceType { get; set; }The type of the restore source.
| Property Value | |
|---|---|
| Type | Description |
RestoreSourceType |
|