# RebalancingStatistics

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#L63)

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

Rebalancing statistics for the given [RebalancingStatistics](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.rebalancing.rebalancingstatistics/).

## Remarks

Used for diagnostics / metrics purposes. Note that statistics are an approximation.

## Properties

- [AcquiredActivations](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.rebalancing.rebalancingstatistics/properties/acquiredactivations-cf07ab91/)
- [DispersedActivations](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.rebalancing.rebalancingstatistics/properties/dispersedactivations-c0f8f736/)
- [SiloAddress](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.rebalancing.rebalancingstatistics/properties/siloaddress-729cd10d/)
- [TimeStamp](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.rebalancing.rebalancingstatistics/properties/timestamp-74e24494/)
