RebalancingStatistics 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.
Rebalancing statistics for the given SiloAddress.
[Orleans.Alias("RebalancingStatistics")]
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public readonly struct RebalancingStatistics
[<Orleans.Alias("RebalancingStatistics")>]
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type RebalancingStatistics = struct
Public Structure RebalancingStatistics
- Inheritance
-
RebalancingStatistics
- Attributes
Remarks
Used for diagnostics / metrics purposes. Note that statistics are an approximation.
Properties
AcquiredActivations |
The approximate number of activations that have been acquired by this silo thus far. |
DispersedActivations |
The approximate number of activations that have been dispersed from this silo thus far. |
SiloAddress |
The silo to which these statistics belong to. |
TimeStamp |
The time these statistics were assembled. |