Enum UnassignedInformationReason
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public enum UnassignedInformationReason
Fields
| Name | Description |
|---|---|
| AllocationFailed | Unassigned as a result of a failed allocation of the shard. |
| ClusterRecovered | Unassigned as a result of a full cluster recovery. |
| DanglingIndexImported | Unassigned as a result of importing a dangling index. |
| ExistingIndexRestored | Unassigned as a result of restoring into a closed index. |
| ForcedEmptyPrimary | Unassigned after forcing an empty primary |
| IndexCreated | Unassigned as a result of an API creation of an index. |
| IndexReopened | Unassigned as a result of opening a closed index. |
| ManualAllocation | Forced manually to allocate |
| NewIndexRestored | Unassigned as a result of restoring into a new index. |
| NodeLeft | Unassigned as a result of the node hosting it leaving the cluster. |
| PrimaryFailed | Unassigned as a result of a failed primary while the replica was initializing. |
| ReallocatedReplica | A better replica location is identified and causes the existing replica allocation to be cancelled. |
| Reinitialized | When a shard moves from started back to initializing, for example, during shadow replica |
| ReplicaAdded | Unassigned as a result of explicit addition of a replica. |
| RerouteCancelled | Unassigned as a result of explicit cancel reroute command. |