Show / Hide Table of Contents

Class SqlServerDatabaseBackup

Specifies the backup details for a single database in Cloud Storage for homogeneous migration to Cloud SQL for SQL Server.

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

Properties

Database

Required. Name of a SQL Server database for which to define backup configuration.

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

ETag

The ETag of the item.

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

EncryptionOptions

Optional. Encryption settings for the database. Required if provided database backups are encrypted. Encryption settings include path to certificate, path to certificate private key, and key password.

Declaration
[JsonProperty("encryptionOptions")]
public virtual SqlServerEncryptionOptions EncryptionOptions { get; set; }
Property Value
Type Description
SqlServerEncryptionOptions

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX