PartitionInstanceCountScaleMechanismResponse

data class PartitionInstanceCountScaleMechanismResponse(val kind: String, val maxInstanceCount: Int, val minInstanceCount: Int, val scaleIncrement: Int)

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

Constructors

constructor(kind: String, maxInstanceCount: Int, minInstanceCount: 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 'ScalePartitionInstanceCount'.

Link copied to clipboard

Maximum number of instances of the partition.

Link copied to clipboard

Minimum number of instances of the partition.

Link copied to clipboard

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