DetailedGrainStatistic Class
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.
[System.Serializable]
public class DetailedGrainStatistic
[System.Serializable]
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class DetailedGrainStatistic
[<System.Serializable>]
type DetailedGrainStatistic = class
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type DetailedGrainStatistic = class
Public Class DetailedGrainStatistic
Public NotInheritable Class DetailedGrainStatistic
- Inheritance
-
DetailedGrainStatistic
- Attributes
Constructors
DetailedGrainStatistic() |
Properties
Category |
The grains Category |
GrainId |
Unique Id for the grain. |
GrainIdentity |
Unique Id for the grain. |
GrainType |
The type of the grain for this DetailedGrainStatistic. |
SiloAddress |
The silo address for this DetailedGrainStatistic. |