AddRemoveIncrementalNamedPartitionScalingMechanism interface
Represents a scaling mechanism for adding or removing named partitions of a stateless service. Partition names are in the format '0','1'...'N-1'.
- Extends
Properties
kind | Polymorphic discriminator, which specifies the different types this object can be |
max |
Maximum number of named partitions of the service. |
min |
Minimum number of named partitions of the service. |
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: "AddRemoveIncrementalNamedPartition"
Property Value
"AddRemoveIncrementalNamedPartition"
maxPartitionCount
Maximum number of named partitions of the service.
maxPartitionCount: number
Property Value
number
minPartitionCount
Minimum number of named partitions of the service.
minPartitionCount: 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