Skip to content

SimpleGrainStatistic Properties

Simple snapshot of current statistics for a given grain type on a given silo.

ActivationCount

getinit
View source
[Orleans.Id(2)]
public int ActivationCount
The number of activations of this grain type on this given silo.

GrainType

getinit
View source
[Orleans.Id(0)]
public string GrainType
The type of the grain for this SimpleGrainStatistic.

SiloAddress

getinit
View source
[Orleans.Id(1)]
public SiloAddress SiloAddress
The silo address for this SimpleGrainStatistic.