PartitionInstanceCountScaleMechanism

Represents a scaling mechanism for adding or removing instances of stateless service partition.

Properties

Name Type Required
MinInstanceCount integer Yes
MaxInstanceCount integer Yes
ScaleIncrement integer Yes

MinInstanceCount

Type: integer
Required: Yes

Minimum number of instances of the partition.


MaxInstanceCount

Type: integer
Required: Yes

Maximum number of instances of the partition.


ScaleIncrement

Type: integer
Required: Yes

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