# DetailedGrainStatistic Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.detailedgrainstatistic/)

## GrainId {#grainid-5c25e5c5}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.detailedgrainstatistic/properties/grainid-5c25e5c5/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Statistics/SiloRuntimeStatistics.cs)

```csharp
[Orleans.Id(2)]
public GrainId GrainId
```

Unique Id for the grain.

## GrainType {#graintype-347aa5a1}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.detailedgrainstatistic/properties/graintype-347aa5a1/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Statistics/SiloRuntimeStatistics.cs)

```csharp
[Orleans.Id(0)]
public string GrainType
```

The type of the grain for this DetailedGrainStatistic.

## SiloAddress {#siloaddress-c911b04f}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.runtime.detailedgrainstatistic/properties/siloaddress-c911b04f/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Statistics/SiloRuntimeStatistics.cs)

```csharp
[Orleans.Id(1)]
public SiloAddress SiloAddress
```

The silo address for this DetailedGrainStatistic.
