# ActivationRepartitionerOptions

Package: [Microsoft.Orleans.Runtime](/orleans/docs/api/csharp/microsoft.orleans.runtime/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Runtime) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/Configuration/Options/ActivationRepartitionerOptions.cs#L7)

```csharp
public sealed class ActivationRepartitionerOptions
```

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

## Constructors

- [ActivationRepartitionerOptions](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrepartitioneroptions/constructors/constructor-5a9e51b9/)

## Properties

- [AnchoringFilterEnabled](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrepartitioneroptions/properties/anchoringfilterenabled-8a0c0d4c/)
- [AnchoringFilterGenerations](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrepartitioneroptions/properties/anchoringfiltergenerations-9cf368f3/)
- [MaxEdgeCount](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrepartitioneroptions/properties/maxedgecount-c3aca9e9/)
- [MaxRoundPeriod](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrepartitioneroptions/properties/maxroundperiod-01994f40/)
- [MaxUnprocessedEdges](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrepartitioneroptions/properties/maxunprocessededges-bd1503c6/)
- [MinRoundPeriod](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrepartitioneroptions/properties/minroundperiod-3f982afa/)
- [ProbabilisticFilteringMaxAllowedErrorRate](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrepartitioneroptions/properties/probabilisticfilteringmaxallowederrorrate-aa3a20d6/)
- [RecoveryPeriod](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrepartitioneroptions/properties/recoveryperiod-3ff2fcf1/)

## Fields

- [DEFAULT_ANCHORING_FILTER_ENABLED](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrepartitioneroptions/fields/default-anchoring-filter-enabled-adb66f8d/)
- [DEFAULT_ANCHORING_FILTER_GENERATIONS](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrepartitioneroptions/fields/default-anchoring-filter-generations-be888684/)
- [DEFAULT_MAXIMUM_ROUND_PERIOD](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrepartitioneroptions/fields/default-maximum-round-period-908856fe/)
- [DEFAULT_MAX_EDGE_COUNT](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrepartitioneroptions/fields/default-max-edge-count-e80d10fc/)
- [DEFAULT_MAX_UNPROCESSED_EDGES](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrepartitioneroptions/fields/default-max-unprocessed-edges-fd4df793/)
- [DEFAULT_MINUMUM_ROUND_PERIOD](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrepartitioneroptions/fields/default-minumum-round-period-67e41428/)
- [DEFAULT_PROBABILISTIC_FILTERING_MAX_ALLOWED_ERROR](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrepartitioneroptions/fields/default-probabilistic-filtering-max-allowed-error-8717df55/)
- [DEFAULT_RECOVERY_PERIOD](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.configuration.activationrepartitioneroptions/fields/default-recovery-period-71b00492/)
