FleetDatabasePropertiesResponse

data class FleetDatabasePropertiesResponse(val backupRetentionDays: Int, val collation: String? = null, val connectionString: String, val createMode: String? = null, val databaseSizeGbMax: Int, val earliestRestoreTime: String, val identity: IdentityResponse? = null, val latestRestoreTime: String, val originalDatabaseId: String, val provisioningState: String, val recoverable: Boolean, val resourceTags: Map<String, String>? = null, val restoreFromTime: String? = null, val sourceDatabaseName: String? = null, val tierName: String? = null, val transparentDataEncryption: TransparentDataEncryptionResponse? = null)

Fleet database properties.

Constructors

Link copied to clipboard
constructor(backupRetentionDays: Int, collation: String? = null, connectionString: String, createMode: String? = null, databaseSizeGbMax: Int, earliestRestoreTime: String, identity: IdentityResponse? = null, latestRestoreTime: String, originalDatabaseId: String, provisioningState: String, recoverable: Boolean, resourceTags: Map<String, String>? = null, restoreFromTime: String? = null, sourceDatabaseName: String? = null, tierName: String? = null, transparentDataEncryption: TransparentDataEncryptionResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Backup retention in days.

Link copied to clipboard
val collation: String? = null

Database collation.

Link copied to clipboard

Connection string to connect to the database with.

Link copied to clipboard
val createMode: String? = null

Create mode. Available options: Default - Create a database. Copy - Copy the source database (source database name must be specified) PointInTimeRestore - Create a database by restoring source database from a point in time (source database name and restore from time must be specified)

Link copied to clipboard

Maximum database size in Gb.

Link copied to clipboard

Earliest restore time.

Link copied to clipboard

Identity property.

Link copied to clipboard

Latest restore time.

Link copied to clipboard

Resource identifier for the underlying database resource.

Link copied to clipboard

Database state.

Link copied to clipboard

If true, database is recoverable.

Link copied to clipboard
val resourceTags: Map<String, String>? = null

Additional database properties to be applied as the underlying database resource tags.

Link copied to clipboard
val restoreFromTime: String? = null

Restore from time when CreateMode is PointInTimeRestore.

Link copied to clipboard

Source database name used when CreateMode is Copy or PointInTimeRestore.

Link copied to clipboard
val tierName: String? = null

Name of the tier this database belongs to.

Link copied to clipboard

Transparent Data Encryption properties