AutoscaleSettingsResource interface
Cosmos DB provisioned throughput settings object
Properties
auto |
Cosmos DB resource auto-upgrade policy |
max |
Represents maximum throughput container can scale up to. |
target |
Represents target maximum throughput container can scale up to once offer is no longer in pending state. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
autoUpgradePolicy
Cosmos DB resource auto-upgrade policy
autoUpgradePolicy?: AutoUpgradePolicyResource
Property Value
maxThroughput
Represents maximum throughput container can scale up to.
maxThroughput: number
Property Value
number
targetMaxThroughput
Represents target maximum throughput container can scale up to once offer is no longer in pending state. NOTE: This property will not be serialized. It can only be populated by the server.
targetMaxThroughput?: number
Property Value
number