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