Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AddRemoveIncrementalNamedPartitionScalingMechanism

Package version

Represents a scaling mechanism for adding or removing named partitions of a stateless service. Partition names are in the format '0','1''N-1'

Hierarchy

  • AddRemoveIncrementalNamedPartitionScalingMechanism

Index

Properties

kind

kind: "AddRemoveIncrementalNamedPartition"

Polymorphic Discriminator

maxPartitionCount

maxPartitionCount: number

Maximum number of named partitions of the service.

minPartitionCount

minPartitionCount: number

Minimum number of named partitions of the service.

scaleIncrement

scaleIncrement: number

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

Generated using TypeDoc