DbServerMetadataResponse

data class DbServerMetadataResponse(val location: String, val sku: ServerSkuResponse? = null, val storageMb: Int? = null, val version: String? = null)

Database server metadata.

Constructors

Link copied to clipboard
constructor(location: String, sku: ServerSkuResponse? = null, storageMb: Int? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Location of database server

Link copied to clipboard
val sku: ServerSkuResponse? = null

SKU for the database server

Link copied to clipboard
val storageMb: Int? = null

Storage size in MB for database server

Link copied to clipboard
val version: String? = null

Version for database engine