AutoscaleSettings Class

AutoscaleSettings.

Inheritance
azure.mgmt.cosmosdb._serialization.Model
AutoscaleSettings

Constructor

AutoscaleSettings(*, max_throughput: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
max_throughput
int

Represents maximum throughput, the resource can scale up to.

Variables

Name Description
max_throughput
int

Represents maximum throughput, the resource can scale up to.