Show / Hide Table of Contents

Class RestoreInfo

Information about the database restore.

Inheritance
object
RestoreInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
string

SourceType

The type of the restore source.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX