ScalingMechanismKind enum

type: string

Enumerates the ways that a service can be scaled.

Possible values are:

  • Invalid - Indicates the scaling mechanism is invalid. All Service Fabric enumerations have the invalid type. The value is zero.
  • PartitionInstanceCount - Indicates a mechanism for scaling where new instances are added or removed from a partition. The value is 1.
  • AddRemoveIncrementalNamedPartition - Indicates a mechanism for scaling where new named partitions are added or removed from a service. The value is 2.