ActivationRebalancerOptions.ScaledEntropyDeviationActivationThreshold Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the number of activations that must be active during any rebalancing cycle, in order for ScaleAllowedEntropyDeviation
(if, and only if, its true
) to begin scaling the AllowedEntropyDeviation.
public int ScaledEntropyDeviationActivationThreshold { get; set; }
member this.ScaledEntropyDeviationActivationThreshold : int with get, set
Public Property ScaledEntropyDeviationActivationThreshold As Integer
Property Value
Remarks
Allowed range: [1000-∞)
Values lower than the default are discouraged.