AddRemoveIncrementalNamedPartitionScalingMechanism

Represents a scaling mechanism for adding or removing named partitions of a stateless service. Partition names are in the format '0','1''N-1'

Properties

Name Type Required
MinPartitionCount integer Yes
MaxPartitionCount integer Yes
ScaleIncrement integer Yes

MinPartitionCount

Type: integer
Required: Yes

Minimum number of named partitions of the service.


MaxPartitionCount

Type: integer
Required: Yes

Maximum number of named partitions of the service.


ScaleIncrement

Type: integer
Required: Yes

The number of instances to add or remove during a scaling operation.