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.ThroughputSettingsResourceThroughputSettingsGetPropertiesResourceazure.mgmt.cosmosdb.models._models_py3.ExtendedResourcePropertiesThroughputSettingsGetPropertiesResource
Constructor
ThroughputSettingsGetPropertiesResource(*, throughput: int | None = None, autoscale_settings: _models.AutoscaleSettingsResource | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
throughput
|
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
|
A system generated property. A unique identifier. |
ts
|
A system generated property that denotes the last updated timestamp of the resource. |
etag
|
A system generated property representing the resource etag required for optimistic concurrency control. |
throughput
|
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
|
The minimum throughput of the resource. |
offer_replace_pending
|
The throughput replace is pending. |
instant_maximum_throughput
|
The offer throughput value to instantly scale up without triggering splits. |
soft_allowed_maximum_throughput
|
The maximum throughput value or the maximum maxThroughput value (for autoscale) that can be specified. |
Azure SDK for Python