Search Results for

    Show / Hide Table of Contents

    Class ReindexNode

    Inheritance
    object
    ReindexNode
    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
    public class ReindexNode

    Properties

    | Edit this page View Source

    Attributes

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

    Host

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

    Ip

    Declaration
    [DataMember(Name = "ip")]
    public string Ip { 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

    Roles

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

    Tasks

    Declaration
    [DataMember(Name = "tasks")]
    public IReadOnlyDictionary<TaskId, ReindexTask> Tasks { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<TaskId, ReindexTask>
    | Edit this page View Source

    TransportAddress

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Attributes
      • Host
      • Ip
      • Name
      • Roles
      • Tasks
      • TransportAddress
    • Extension Methods
    Back to top Generated by DocFX