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.Model
CreateUpdateOptions

Constructor

CreateUpdateOptions(*, throughput: int | None = None, autoscale_settings: _models.AutoscaleSettings | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
throughput
int

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
int

Request Units per second. For example, "throughput": 10000.

autoscale_settings

Specifies the Autoscale settings. Note: Either throughput or autoscaleSettings is required, but not both.