# ClusterRefreshed Fields

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.deploymentloadpublisherevents.clusterrefreshed/)

## SiloAddress {#siloaddress-26a79676}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.deploymentloadpublisherevents.clusterrefreshed/fields/siloaddress-26a79676/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Diagnostics/DeploymentLoadPublisherEvents.cs)

```csharp
public readonly SiloAddress SiloAddress
```

The address of the silo that completed the refresh.

## Statistics {#statistics-869c6ba7}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.diagnostics.deploymentloadpublisherevents.clusterrefreshed/fields/statistics-869c6ba7/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Diagnostics/DeploymentLoadPublisherEvents.cs)

```csharp
public readonly IReadOnlyDictionary<SiloAddress, SiloRuntimeStatistics> Statistics
```

The current cached cluster statistics.
