RebalancingReport Struct
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.
A report of the current state of the activation rebalancer.
[Orleans.Alias("RebalancingReport")]
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public readonly struct RebalancingReport
[<Orleans.Alias("RebalancingReport")>]
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type RebalancingReport = struct
Public Structure RebalancingReport
- Inheritance
-
RebalancingReport
- Attributes
Properties
ClusterImbalance |
The current view of the cluster's imbalance. |
Host |
The silo where the rebalancer is currently located. |
Statistics |
Latest rebalancing statistics. |
Status |
The current status of the rebalancer. |
SuspensionDuration |
The amount of time the rebalancer is suspended (if at all). |