Show / Hide Table of Contents

Class RestoreBackupContext

Database instance restore from backup context. Backup context contains source instance id and project id.

Inheritance
object
RestoreBackupContext
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.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class RestoreBackupContext : IDirectResponseSchema

Properties

BackupRunId

The ID of the backup run to restore from.

Declaration
[JsonProperty("backupRunId")]
public virtual long? BackupRunId { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InstanceId

The ID of the instance that the backup was taken from.

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

Kind

This is always sql#restoreBackupContext.

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

Project

The full project ID of the source instance.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX