Get Read Write Database Result
data class GetReadWriteDatabaseResult(val azureApiVersion: String, val hotCachePeriod: String? = null, val id: String, val isFollowed: Boolean, val keyVaultProperties: KeyVaultPropertiesResponse? = null, val kind: String, val location: String? = null, val name: String, val provisioningState: String, val softDeletePeriod: String? = null, val statistics: DatabaseStatisticsResponse, val suspensionDetails: SuspensionDetailsResponse, val type: String)
Class representing a read write database.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, hotCachePeriod: String? = null, id: String, isFollowed: Boolean, keyVaultProperties: KeyVaultPropertiesResponse? = null, kind: String, location: String? = null, name: String, provisioningState: String, softDeletePeriod: String? = null, statistics: DatabaseStatisticsResponse, suspensionDetails: SuspensionDetailsResponse, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The time the data should be kept in cache for fast queries in TimeSpan.
Link copied to clipboard
Indicates whether the database is followed.
Link copied to clipboard
KeyVault properties for the database encryption.
Link copied to clipboard
The provisioned state of the resource.
Link copied to clipboard
The time the data should be kept before it stops being accessible to queries in TimeSpan.
Link copied to clipboard
The statistics of the database.
Link copied to clipboard
The database suspension details. If the database is suspended, this object contains information related to the database's suspension state.