Capacity Class

The object that represents all properties related to capacity enforcement on an account.

Inheritance
azure.mgmt.cosmosdb._serialization.Model
Capacity

Constructor

Capacity(*, total_throughput_limit: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
total_throughput_limit
int

The total throughput limit imposed on the account. A totalThroughputLimit of 2000 imposes a strict limit of max throughput that can be provisioned on that account to be 2000. A totalThroughputLimit of -1 indicates no limits on provisioning of throughput.

Variables

Name Description
total_throughput_limit
int

The total throughput limit imposed on the account. A totalThroughputLimit of 2000 imposes a strict limit of max throughput that can be provisioned on that account to be 2000. A totalThroughputLimit of -1 indicates no limits on provisioning of throughput.