Get Read Write Database Result
data class GetReadWriteDatabaseResult(val hotCachePeriod: String? = null, val id: String, val isFollowed: Boolean, val kind: String, val location: String? = null, val name: String, val provisioningState: String, val softDeletePeriod: String? = null, val statistics: DatabaseStatisticsResponse, val type: String)
Class representing a read write database.
Constructors
Properties
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
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.