Class ClusterAllocationExplainResponse
Inheritance
ClusterAllocationExplainResponse
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ClusterAllocationExplainResponse : ResponseBase, IResponse, IOpenSearchResponse
Properties
|
Edit this page
View Source
AllocateExplanation
Declaration
[DataMember(Name = "allocate_explanation")]
public string AllocateExplanation { get; }
Property Value
|
Edit this page
View Source
AllocationDelay
Declaration
[DataMember(Name = "allocation_delay")]
public string AllocationDelay { get; }
Property Value
|
Edit this page
View Source
AllocationDelayInMilliseconds
Declaration
[DataMember(Name = "allocation_delay_in_millis")]
public long AllocationDelayInMilliseconds { get; }
Property Value
|
Edit this page
View Source
CanAllocate
Declaration
[DataMember(Name = "can_allocate")]
public Decision? CanAllocate { get; }
Property Value
|
Edit this page
View Source
CanMoveToOtherNode
Declaration
[DataMember(Name = "can_move_to_other_node")]
public Decision? CanMoveToOtherNode { get; }
Property Value
|
Edit this page
View Source
CanRebalanceCluster
Declaration
[DataMember(Name = "can_rebalance_cluster")]
public Decision? CanRebalanceCluster { get; }
Property Value
|
Edit this page
View Source
CanRebalanceClusterDecisions
Declaration
[DataMember(Name = "can_rebalance_cluster_decisions")]
public IReadOnlyCollection<AllocationDecision> CanRebalanceClusterDecisions { get; }
Property Value
|
Edit this page
View Source
CanRebalanceToOtherNode
Declaration
[DataMember(Name = "can_rebalance_to_other_node")]
public Decision? CanRebalanceToOtherNode { get; }
Property Value
|
Edit this page
View Source
CanRemainDecisions
Declaration
[DataMember(Name = "can_remain_decisions")]
public IReadOnlyCollection<AllocationDecision> CanRemainDecisions { get; }
Property Value
|
Edit this page
View Source
CanRemainOnCurrentNode
Declaration
[DataMember(Name = "can_remain_on_current_node")]
public Decision? CanRemainOnCurrentNode { get; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "configured_delay")]
public string ConfiguredDelay { get; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "configured_delay_in_mills")]
public long ConfiguredDelayInMilliseconds { get; }
Property Value
|
Edit this page
View Source
CurrentNode
Declaration
[DataMember(Name = "current_node")]
public CurrentNode CurrentNode { get; }
Property Value
|
Edit this page
View Source
CurrentState
Declaration
[DataMember(Name = "current_state")]
public string CurrentState { get; }
Property Value
|
Edit this page
View Source
Index
Declaration
[DataMember(Name = "index")]
public string Index { get; }
Property Value
|
Edit this page
View Source
MoveExplanation
Declaration
[DataMember(Name = "move_explanation")]
public string MoveExplanation { get; }
Property Value
|
Edit this page
View Source
NodeAllocationDecisions
Declaration
[DataMember(Name = "node_allocation_decisions")]
public IReadOnlyCollection<NodeAllocationExplanation> NodeAllocationDecisions { get; }
Property Value
|
Edit this page
View Source
Primary
Declaration
[DataMember(Name = "primary")]
public bool Primary { get; }
Property Value
|
Edit this page
View Source
RebalanceExplanation
Declaration
[DataMember(Name = "rebalance_explanation")]
public string RebalanceExplanation { get; }
Property Value
|
Edit this page
View Source
RemainingDelay
Declaration
[DataMember(Name = "remaining_delay")]
public string RemainingDelay { get; }
Property Value
|
Edit this page
View Source
RemainingDelayInMilliseconds
Declaration
[DataMember(Name = "remaining_delay_in_millis")]
public long RemainingDelayInMilliseconds { get; }
Property Value
|
Edit this page
View Source
Shard
Declaration
[DataMember(Name = "shard")]
public int Shard { get; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "unassigned_info")]
public UnassignedInformation UnassignedInformation { get; }
Property Value
Implements
Extension Methods