ThroughputSettingsGetPropertiesResource Class

ThroughputSettingsGetPropertiesResource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.cosmosdb.models._models_py3.ThroughputSettingsResource
ThroughputSettingsGetPropertiesResource
azure.mgmt.cosmosdb.models._models_py3.ExtendedResourceProperties
ThroughputSettingsGetPropertiesResource

Constructor

ThroughputSettingsGetPropertiesResource(*, throughput: int | None = None, autoscale_settings: _models.AutoscaleSettingsResource | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
throughput
int

Value of the Cosmos DB resource throughput. Either throughput is required or autoscaleSettings is required, but not both.

autoscale_settings

Cosmos DB resource for autoscale settings. Either throughput is required or autoscaleSettings is required, but not both.

Variables

Name Description
rid
str

A system generated property. A unique identifier.

ts

A system generated property that denotes the last updated timestamp of the resource.

etag
str

A system generated property representing the resource etag required for optimistic concurrency control.

throughput
int

Value of the Cosmos DB resource throughput. Either throughput is required or autoscaleSettings is required, but not both.

autoscale_settings

Cosmos DB resource for autoscale settings. Either throughput is required or autoscaleSettings is required, but not both.

minimum_throughput
str

The minimum throughput of the resource.

offer_replace_pending
str

The throughput replace is pending.

instant_maximum_throughput
str

The offer throughput value to instantly scale up without triggering splits.

soft_allowed_maximum_throughput
str

The maximum throughput value or the maximum maxThroughput value (for autoscale) that can be specified.