Skip to content

RebalancingStatistics Properties

Rebalancing statistics for the given RebalancingStatistics.

AcquiredActivations

getinit
View source
[Orleans.Id(3)]
public ulong AcquiredActivations
The approximate number of activations that have been acquired by this silo thus far.

DispersedActivations

getinit
View source
[Orleans.Id(2)]
public ulong DispersedActivations
The approximate number of activations that have been dispersed from this silo thus far.

SiloAddress

getinit
View source
[Orleans.Id(1)]
public SiloAddress SiloAddress
The silo to which these statistics belong to.

TimeStamp

getinit
View source
[Orleans.Id(0)]
public DateTime TimeStamp
The time these statistics were assembled.