Class SqlServerDatabaseDetails
Represents a Sql Server database on the Cloud SQL instance.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class SqlServerDatabaseDetails : IDirectResponseSchema
Properties
CompatibilityLevel
The version of SQL Server with which the database is to be made compatible
Declaration
[JsonProperty("compatibilityLevel")]
public virtual int? CompatibilityLevel { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RecoveryModel
The recovery model of a SQL Server database
Declaration
[JsonProperty("recoveryModel")]
public virtual string RecoveryModel { get; set; }
Property Value
Type | Description |
---|---|
string |