PartitionInstanceCountScaleMechanism interface
Represents a scaling mechanism for adding or removing instances of stateless service partition.
- Extends
Properties
kind | Polymorphic discriminator, which specifies the different types this object can be |
max |
Maximum number of instances of the partition. |
min |
Minimum number of instances of the partition. |
scale |
The number of instances to add or remove during a scaling operation. |
Property Details
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "ScalePartitionInstanceCount"
Property Value
"ScalePartitionInstanceCount"
maxInstanceCount
Maximum number of instances of the partition.
maxInstanceCount: number
Property Value
number
minInstanceCount
Minimum number of instances of the partition.
minInstanceCount: number
Property Value
number
scaleIncrement
The number of instances to add or remove during a scaling operation.
scaleIncrement: number
Property Value
number
Azure SDK for JavaScript