Show / Hide Table of Contents

Class DatabasePreferences

DatabasePreferences enables you to create sets of preferences for your migrated databases.

Inheritance
object
DatabasePreferences
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.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class DatabasePreferences : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

MssqlToCloudSqlForSqlServerPreferences

Optional. Preferences for target SQL Server on Cloud SQL when migrating from source Microsoft SQL server.

Declaration
[JsonProperty("mssqlToCloudSqlForSqlServerPreferences")]
public virtual DatabasePreferencesCloudSqlSqlServer MssqlToCloudSqlForSqlServerPreferences { get; set; }
Property Value
Type Description
DatabasePreferencesCloudSqlSqlServer

MysqlToCloudSqlForMysqlPreferences

Optional. Preferences for target MySQL on Cloud SQL when migrating from source MySQL.

Declaration
[JsonProperty("mysqlToCloudSqlForMysqlPreferences")]
public virtual DatabasePreferencesCloudSqlMySql MysqlToCloudSqlForMysqlPreferences { get; set; }
Property Value
Type Description
DatabasePreferencesCloudSqlMySql

PostgresqlToCloudSqlForPostgresqlPreferences

Optional. Preferences for target PostgreSQL on Cloud SQL when migrating from source PostgreSQL.

Declaration
[JsonProperty("postgresqlToCloudSqlForPostgresqlPreferences")]
public virtual DatabasePreferencesCloudSqlPostgreSql PostgresqlToCloudSqlForPostgresqlPreferences { get; set; }
Property Value
Type Description
DatabasePreferencesCloudSqlPostgreSql

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX