Class DatabasePreferencesCloudSqlSqlServer
Preferences for SQL Server on Cloud SQL.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class DatabasePreferencesCloudSqlSqlServer : IDirectResponseSchema
Properties
Common
Optional. Preferences to Cloud SQL databases.
Declaration
[JsonProperty("common")]
public virtual DatabasePreferencesCloudSqlCommon Common { get; set; }
Property Value
Type | Description |
---|---|
DatabasePreferencesCloudSqlCommon |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Multithreading
Optional. Preferences for multithreading support.
Declaration
[JsonProperty("multithreading")]
public virtual string Multithreading { get; set; }
Property Value
Type | Description |
---|---|
string |
VersionType
Optional. Edition of Microsoft SQL version that is used on a Cloud SQL for SQL server instance.
Declaration
[JsonProperty("versionType")]
public virtual string VersionType { get; set; }
Property Value
Type | Description |
---|---|
string |