Enum AllowRebalance
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public enum AllowRebalance
Fields
| Name | Description |
|---|---|
| All | (default) Always allow rebalancing. |
| Primaries | Only when all primaries in the cluster are allocated. |
| Replicas | Only when all shards (primaries and replicas) in the cluster are allocated. |