PartitionInstanceCountScaleMechanism interface

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

Extends

Properties

kind

Polymorphic discriminator, which specifies the different types this object can be

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

Polymorphic discriminator, which specifies the different types this object can be

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