Show / Hide Table of Contents

Class SqlServerDatabaseDetails

Represents a Sql Server database on the Cloud SQL instance.

Inheritance
System.Object
SqlServerDatabaseDetails
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.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
System.Nullable<System.Int32>

ETag

The ETag of the item.

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

RecoveryModel

The recovery model of a SQL Server database

Declaration
[JsonProperty("recoveryModel")]
public virtual string RecoveryModel { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top