Search Results for

    Show / Hide Table of Contents

    Class ClusterNodeCount

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

    Properties

    | Edit this page View Source

    ClusterManager

    Declaration
    [DataMember(Name = "cluster_manager")]
    public int ClusterManager { get; }
    Property Value
    Type Description
    int
    Remarks

    Introduced in OpenSearch 2.0 instead of Master

    | Edit this page View Source

    CoordinatingOnly

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

    Data

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

    Ingest

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

    Master

    Declaration
    [DataMember(Name = "master")]
    public int Master { get; }
    Property Value
    Type Description
    int
    Remarks

    Deprecated as of OpenSearch 2.0, use ClusterManager instead

    | Edit this page View Source

    Total

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

    VotingOnly

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • ClusterManager
      • CoordinatingOnly
      • Data
      • Ingest
      • Master
      • Total
      • VotingOnly
    • Extension Methods
    Back to top Generated by DocFX