# RebalancingReport Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.rebalancing.rebalancingreport/)

## ClusterImbalance {#clusterimbalance-246b5703}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.rebalancing.rebalancingreport/properties/clusterimbalance-246b5703/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Placement/Rebalancing/RebalancingReport.cs)

```csharp
[Orleans.Id(3)]
public double ClusterImbalance
```

The current view of the cluster's imbalance.

## Host {#host-cc56c9b7}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.rebalancing.rebalancingreport/properties/host-cc56c9b7/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Placement/Rebalancing/RebalancingReport.cs)

```csharp
[Orleans.Id(0)]
public SiloAddress Host
```

The silo where the rebalancer is currently located.

## Statistics {#statistics-08ed1fdb}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.rebalancing.rebalancingreport/properties/statistics-08ed1fdb/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Placement/Rebalancing/RebalancingReport.cs)

```csharp
[Orleans.Id(4)]
public ImmutableArray<RebalancingStatistics> Statistics
```

Latest rebalancing statistics.

## Status {#status-ac9c7625}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.rebalancing.rebalancingreport/properties/status-ac9c7625/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Placement/Rebalancing/RebalancingReport.cs)

```csharp
[Orleans.Id(1)]
public RebalancerStatus Status
```

The current status of the rebalancer.

## SuspensionDuration {#suspensionduration-3bcacd73}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.rebalancing.rebalancingreport/properties/suspensionduration-3bcacd73/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Placement/Rebalancing/RebalancingReport.cs)

```csharp
[Orleans.Id(2)]
public TimeSpan? SuspensionDuration
```

The amount of time the rebalancer is suspended (if at all).
