ThroughputSettingsResource Class
Cosmos DB resource throughput object. Either throughput is required or autoscaleSettings is required, but not both.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
ThroughputSettingsResource
Constructor
ThroughputSettingsResource(*, throughput: Optional[int] = None, autoscale_settings: Optional[_models.AutoscaleSettingsResource] = None, **kwargs)
Variables
- throughput
- int
Value of the Cosmos DB resource throughput. Either throughput is required or autoscaleSettings is required, but not both.
- autoscale_settings
- AutoscaleSettingsResource
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.
Feedback
Submit and view feedback for