Search Results for

    Show / Hide Table of Contents

    Class NodeAllocationExplanation

    Inheritance
    object
    NodeAllocationExplanation
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    [DataContract]
    public class NodeAllocationExplanation

    Properties

    | Edit this page View Source

    Deciders

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

    NodeAttributes

    Declaration
    [DataMember(Name = "node_attributes")]
    public IReadOnlyDictionary<string, string> NodeAttributes { get; set; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, string>
    | Edit this page View Source

    NodeDecision

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

    NodeId

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

    NodeName

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

    Store

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

    TransportAddress

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

    WeightRanking

    Declaration
    [DataMember(Name = "weight_ranking")]
    public int? WeightRanking { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Deciders
      • NodeAttributes
      • NodeDecision
      • NodeId
      • NodeName
      • Store
      • TransportAddress
      • WeightRanking
    • Extension Methods
    Back to top Generated by DocFX