Share via


PartitionInstanceCountScaleMechanism interface

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

Extends

Properties

kind

Specifies the mechanism associated with this scaling policy.

maxInstanceCount

Maximum number of instances of the partition.

minInstanceCount

Minimum number of instances of the partition.

scaleIncrement

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

Property Details

kind

Specifies the mechanism associated with this scaling policy.

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