# SimpleGrainStatistic

Package: [Microsoft.Orleans.Core](/orleans/docs/api/csharp/microsoft.orleans.core/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Core) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Statistics/SiloRuntimeStatistics.cs#L122)

```csharp
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class SimpleGrainStatistic
```

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

## Constructors

- [SimpleGrainStatistic](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.simplegrainstatistic/constructors/constructor-ccb84bff/)

## Properties

- [ActivationCount](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.simplegrainstatistic/properties/activationcount-5fb2e6eb/)
- [GrainType](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.simplegrainstatistic/properties/graintype-8b5ea7b7/)
- [SiloAddress](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.simplegrainstatistic/properties/siloaddress-0230e3f1/)

## Methods

- [ToString](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.simplegrainstatistic/methods/tostring-3a490313/)
