# RebalancingStatistics Properties

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

## AcquiredActivations {#acquiredactivations-cf07ab91}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.rebalancing.rebalancingstatistics/properties/acquiredactivations-cf07ab91/)

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

```csharp
[Orleans.Id(3)]
public ulong AcquiredActivations
```

The approximate number of activations that have been acquired by this silo thus far.

## DispersedActivations {#dispersedactivations-c0f8f736}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.rebalancing.rebalancingstatistics/properties/dispersedactivations-c0f8f736/)

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

```csharp
[Orleans.Id(2)]
public ulong DispersedActivations
```

The approximate number of activations that have been dispersed from this silo thus far.

## SiloAddress {#siloaddress-729cd10d}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.rebalancing.rebalancingstatistics/properties/siloaddress-729cd10d/)

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

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

The silo to which these statistics belong to.

## TimeStamp {#timestamp-74e24494}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.placement.rebalancing.rebalancingstatistics/properties/timestamp-74e24494/)

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

```csharp
[Orleans.Id(0)]
public DateTime TimeStamp
```

The time these statistics were assembled.
