ThroughputPolicyResource Class

Cosmos DB resource throughput policy.

Inheritance
ThroughputPolicyResource

Constructor

ThroughputPolicyResource(*, is_enabled: Optional[bool] = None, increment_percent: Optional[int] = None, **kwargs)

Variables

is_enabled
bool

Determines whether the ThroughputPolicy is active or not.

increment_percent
int

Represents the percentage by which throughput can increase every time throughput policy kicks in.