SqlServerDatabaseResourcePropertiesResponse

data class SqlServerDatabaseResourcePropertiesResponse(val backupInformation: SqlServerDatabaseResourcePropertiesResponseBackupInformation? = null, val collationName: String? = null, val compatibilityLevel: Int? = null, val databaseCreationDate: String? = null, val databaseOptions: SqlServerDatabaseResourcePropertiesResponseDatabaseOptions? = null, val isReadOnly: Boolean? = null, val provisioningState: String, val recoveryMode: String? = null, val sizeMB: Double? = null, val spaceAvailableMB: Double? = null, val state: String? = null)

The properties of Arc Sql Server database resource

Constructors

constructor(backupInformation: SqlServerDatabaseResourcePropertiesResponseBackupInformation? = null, collationName: String? = null, compatibilityLevel: Int? = null, databaseCreationDate: String? = null, databaseOptions: SqlServerDatabaseResourcePropertiesResponseDatabaseOptions? = null, isReadOnly: Boolean? = null, provisioningState: String, recoveryMode: String? = null, sizeMB: Double? = null, spaceAvailableMB: Double? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val collationName: String? = null

Collation of the database.

Link copied to clipboard
val compatibilityLevel: Int? = null

Compatibility level of the database

Link copied to clipboard

Creation date of the database.

Link copied to clipboard

List of features that are enabled for the database

Link copied to clipboard
val isReadOnly: Boolean? = null

Whether the database is read only or not.

Link copied to clipboard

The provisioning state of the Arc-enabled SQL Server database resource.

Link copied to clipboard
val recoveryMode: String? = null

Status of the database.

Link copied to clipboard
val sizeMB: Double? = null

Size of the database.

Link copied to clipboard

Space left of the database.

Link copied to clipboard
val state: String? = null

State of the database.