ElasticPoolPerDatabaseSettingsResponse

data class ElasticPoolPerDatabaseSettingsResponse(val maxCapacity: Double? = null, val minCapacity: Double? = null)

Per database settings of an elastic pool.

Constructors

Link copied to clipboard
constructor(maxCapacity: Double? = null, minCapacity: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxCapacity: Double? = null

The maximum capacity any one database can consume.

Link copied to clipboard
val minCapacity: Double? = null

The minimum capacity all databases are guaranteed.