SqlServerDatabaseDetailsResponse

data class SqlServerDatabaseDetailsResponse(val compatibilityLevel: Int, val recoveryModel: String)

Represents a Sql Server database on the Cloud SQL instance.

Constructors

Link copied to clipboard
fun SqlServerDatabaseDetailsResponse(compatibilityLevel: Int, recoveryModel: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The version of SQL Server with which the database is to be made compatible

Link copied to clipboard

The recovery model of a SQL Server database