AveragePartitionLoadScalingTrigger

Represents a scaling trigger related to an average load of a metric/resource of a partition.

Properties

Name Type Required
MetricName string Yes
LowerLoadThreshold string (double) Yes
UpperLoadThreshold string (double) Yes
ScaleIntervalInSeconds integer (int64) Yes

MetricName

Type: string
Required: Yes

The name of the metric for which usage should be tracked.


LowerLoadThreshold

Type: string (double)
Required: Yes

The lower limit of the load below which a scale in operation should be performed.


UpperLoadThreshold

Type: string (double)
Required: Yes

The upper limit of the load beyond which a scale out operation should be performed.


ScaleIntervalInSeconds

Type: integer (int64)
Required: Yes
InclusiveMaximum: 4294967295
InclusiveMinimum: 0

The period in seconds on which a decision is made whether to scale or not.