Class RestoreInfo
Information about the database restore.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class RestoreInfo : IDirectResponseSchema
Properties
BackupInfo
Information about the backup used to restore the database. The backup may no longer exist.
Declaration
[JsonProperty("backupInfo")]
public virtual BackupInfo BackupInfo { get; set; }
Property Value
Type | Description |
---|---|
BackupInfo |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceType
The type of the restore source.
Declaration
[JsonProperty("sourceType")]
public virtual string SourceType { get; set; }
Property Value
Type | Description |
---|---|
string |