CreateUpdateOptions Class
CreateUpdateOptions are a list of key-value pairs that describe the resource. Supported keys are "If-Match", "If-None-Match", "Session-Token" and "Throughput".
- Inheritance
-
azure.mgmt.cosmosdb._serialization.ModelCreateUpdateOptions
Constructor
CreateUpdateOptions(*, throughput: int | None = None, autoscale_settings: _models.AutoscaleSettings | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
throughput
|
Request Units per second. For example, "throughput": 10000. |
autoscale_settings
|
Specifies the Autoscale settings. Note: Either throughput or autoscaleSettings is required, but not both. |
Variables
Name | Description |
---|---|
throughput
|
Request Units per second. For example, "throughput": 10000. |
autoscale_settings
|
Specifies the Autoscale settings. Note: Either throughput or autoscaleSettings is required, but not both. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python