# RebalancingReport

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/Placement/Rebalancing/RebalancingReport.cs#L27)

```csharp
[Orleans.GenerateSerializer]
[Orleans.Immutable]
[Orleans.Alias(RebalancingReport)]
public readonly struct RebalancingReport
```

A report of the current state of the activation rebalancer.

## Properties

- [ClusterImbalance](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.rebalancing.rebalancingreport/properties/clusterimbalance-246b5703/)
- [Host](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.rebalancing.rebalancingreport/properties/host-cc56c9b7/)
- [Statistics](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.rebalancing.rebalancingreport/properties/statistics-08ed1fdb/)
- [Status](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.rebalancing.rebalancingreport/properties/status-ac9c7625/)
- [SuspensionDuration](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.rebalancing.rebalancingreport/properties/suspensionduration-3bcacd73/)
