Search Results for

    Show / Hide Table of Contents

    Class CurrentNode

    Inheritance
    object
    CurrentNode
    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 CurrentNode

    Properties

    | Edit this page View Source

    Id

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

    Name

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

    NodeAttributes

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

    TransportAddress

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

    WeightRanking

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

    Extension Methods

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