Enum RebalanceEnable
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public enum RebalanceEnable
Fields
| Name | Description |
|---|---|
| All | (default) Allows shard balancing for all kinds of shards. |
| None | No shard balancing of any kind are allowed for any indices. |
| Primaries | Allows shard balancing only for primary shards. |
| Replicas | Allows shard balancing only for replica shards. |