Show / Hide Table of Contents

Class SqlServerDatabaseDetails

Represents a Sql Server database on the Cloud SQL instance.

Inheritance
object
SqlServerDatabaseDetails
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX