Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PartitionInstanceCountScaleMechanism

Package version

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

Hierarchy

  • PartitionInstanceCountScaleMechanism

Index

Properties

kind

kind: "PartitionInstanceCount"

Polymorphic Discriminator

maxInstanceCount

maxInstanceCount: number

Maximum number of instances of the partition.

minInstanceCount

minInstanceCount: number

Minimum number of instances of the partition.

scaleIncrement

scaleIncrement: number

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

Generated using TypeDoc