Search Results for

    Show / Hide Table of Contents

    Class NodeInfoTransport

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

    Properties

    | Edit this page View Source

    BoundAddress

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

    PublishAddress

    Declaration
    [DataMember(Name = "publish_address")]
    public string PublishAddress { get; }
    Property Value
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • BoundAddress
      • PublishAddress
    • Extension Methods
    Back to top Generated by DocFX