AddRemoveIncrementalNamedPartitionScalingMechanismResponse

data class AddRemoveIncrementalNamedPartitionScalingMechanismResponse(val kind: String, val maxPartitionCount: Int, val minPartitionCount: Int, val scaleIncrement: Int)

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

Constructors

constructor(kind: String, maxPartitionCount: Int, minPartitionCount: Int, scaleIncrement: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enumerates the ways that a service can be partitioned. Expected value is 'AddRemoveIncrementalNamedPartition'.

Link copied to clipboard

Maximum number of named partitions of the service.

Link copied to clipboard

Minimum number of named partitions of the service.

Link copied to clipboard

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