Share via


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

Specifies the mechanism associated with this scaling policy.

maxPartitionCount

Maximum number of named partitions of the service.

minPartitionCount

Minimum number of named partitions of the service.

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: "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