ActivationRebalancerOptions.MaxStagnantCycles 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.
The maximum, consecutive number of cycles, yielding no significant improvement to the cluster's entropy.
public int MaxStagnantCycles { get; set; }
member this.MaxStagnantCycles : int with get, set
Public Property MaxStagnantCycles As Integer
Property Value
Remarks
This value is inclusive, i.e. if this value is 'n', then the 'n+1' cycle will stop the current rebalancing session.