SqlContainerGetPropertiesResponseOptions

data class SqlContainerGetPropertiesResponseOptions(val autoscaleSettings: AutoscaleSettingsResponse? = null, val throughput: Int? = null)

Constructors

Link copied to clipboard
constructor(autoscaleSettings: AutoscaleSettingsResponse? = null, throughput: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the Autoscale settings.

Link copied to clipboard
val throughput: Int? = null

Value of the Cosmos DB resource throughput or autoscaleSettings. Use the ThroughputSetting resource when retrieving offer details.