Search Results for

    Show / Hide Table of Contents

    Class ClusterAllocationExplainResponse

    Inheritance
    object
    ResponseBase
    ClusterAllocationExplainResponse
    Implements
    IResponse
    IOpenSearchResponse
    Inherited Members
    ResponseBase.ApiCall
    ResponseBase.DebugInformation
    ResponseBase.IsValid
    ResponseBase.OriginalException
    ResponseBase.ServerError
    ResponseBase.DebugIsValid(StringBuilder)
    ResponseBase.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    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
    Type Description
    string
    | Edit this page View Source

    AllocationDelay

    Declaration
    [DataMember(Name = "allocation_delay")]
    public string AllocationDelay { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    AllocationDelayInMilliseconds

    Declaration
    [DataMember(Name = "allocation_delay_in_millis")]
    public long AllocationDelayInMilliseconds { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    CanAllocate

    Declaration
    [DataMember(Name = "can_allocate")]
    public Decision? CanAllocate { get; }
    Property Value
    Type Description
    Decision?
    | Edit this page View Source

    CanMoveToOtherNode

    Declaration
    [DataMember(Name = "can_move_to_other_node")]
    public Decision? CanMoveToOtherNode { get; }
    Property Value
    Type Description
    Decision?
    | Edit this page View Source

    CanRebalanceCluster

    Declaration
    [DataMember(Name = "can_rebalance_cluster")]
    public Decision? CanRebalanceCluster { get; }
    Property Value
    Type Description
    Decision?
    | Edit this page View Source

    CanRebalanceClusterDecisions

    Declaration
    [DataMember(Name = "can_rebalance_cluster_decisions")]
    public IReadOnlyCollection<AllocationDecision> CanRebalanceClusterDecisions { get; }
    Property Value
    Type Description
    IReadOnlyCollection<AllocationDecision>
    | Edit this page View Source

    CanRebalanceToOtherNode

    Declaration
    [DataMember(Name = "can_rebalance_to_other_node")]
    public Decision? CanRebalanceToOtherNode { get; }
    Property Value
    Type Description
    Decision?
    | Edit this page View Source

    CanRemainDecisions

    Declaration
    [DataMember(Name = "can_remain_decisions")]
    public IReadOnlyCollection<AllocationDecision> CanRemainDecisions { get; }
    Property Value
    Type Description
    IReadOnlyCollection<AllocationDecision>
    | Edit this page View Source

    CanRemainOnCurrentNode

    Declaration
    [DataMember(Name = "can_remain_on_current_node")]
    public Decision? CanRemainOnCurrentNode { get; }
    Property Value
    Type Description
    Decision?
    | Edit this page View Source

    ConfiguredDelay

    Declaration
    [DataMember(Name = "configured_delay")]
    public string ConfiguredDelay { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ConfiguredDelayInMilliseconds

    Declaration
    [DataMember(Name = "configured_delay_in_mills")]
    public long ConfiguredDelayInMilliseconds { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    CurrentNode

    Declaration
    [DataMember(Name = "current_node")]
    public CurrentNode CurrentNode { get; }
    Property Value
    Type Description
    CurrentNode
    | Edit this page View Source

    CurrentState

    Declaration
    [DataMember(Name = "current_state")]
    public string CurrentState { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Index

    Declaration
    [DataMember(Name = "index")]
    public string Index { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    MoveExplanation

    Declaration
    [DataMember(Name = "move_explanation")]
    public string MoveExplanation { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NodeAllocationDecisions

    Declaration
    [DataMember(Name = "node_allocation_decisions")]
    public IReadOnlyCollection<NodeAllocationExplanation> NodeAllocationDecisions { get; }
    Property Value
    Type Description
    IReadOnlyCollection<NodeAllocationExplanation>
    | Edit this page View Source

    Primary

    Declaration
    [DataMember(Name = "primary")]
    public bool Primary { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    RebalanceExplanation

    Declaration
    [DataMember(Name = "rebalance_explanation")]
    public string RebalanceExplanation { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    RemainingDelay

    Declaration
    [DataMember(Name = "remaining_delay")]
    public string RemainingDelay { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    RemainingDelayInMilliseconds

    Declaration
    [DataMember(Name = "remaining_delay_in_millis")]
    public long RemainingDelayInMilliseconds { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Shard

    Declaration
    [DataMember(Name = "shard")]
    public int Shard { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    UnassignedInformation

    Declaration
    [DataMember(Name = "unassigned_info")]
    public UnassignedInformation UnassignedInformation { get; }
    Property Value
    Type Description
    UnassignedInformation

    Implements

    IResponse
    IOpenSearchResponse

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • AllocateExplanation
      • AllocationDelay
      • AllocationDelayInMilliseconds
      • CanAllocate
      • CanMoveToOtherNode
      • CanRebalanceCluster
      • CanRebalanceClusterDecisions
      • CanRebalanceToOtherNode
      • CanRemainDecisions
      • CanRemainOnCurrentNode
      • ConfiguredDelay
      • ConfiguredDelayInMilliseconds
      • CurrentNode
      • CurrentState
      • Index
      • MoveExplanation
      • NodeAllocationDecisions
      • Primary
      • RebalanceExplanation
      • RemainingDelay
      • RemainingDelayInMilliseconds
      • Shard
      • UnassignedInformation
    • Implements
    • Extension Methods
    Back to top Generated by DocFX