Show / Hide Table of Contents

Class RestoreInfo

Information about the database restore.

Inheritance
System.Object
RestoreInfo
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.String

SourceType

The type of the restore source.

Declaration
[JsonProperty("sourceType")]
public virtual string SourceType { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top