Search Results for

    Show / Hide Table of Contents

    Class ClusterStateResponse

    Inheritance
    object
    ResponseBase
    DynamicResponseBase
    ClusterStateResponse
    Implements
    IDynamicResponse
    IResponse
    IOpenSearchResponse
    Inherited Members
    DynamicResponseBase.Self
    DynamicResponseBase.Get<T>(string)
    ResponseBase.ApiCall
    ResponseBase.DebugInformation
    ResponseBase.IsValid
    ResponseBase.OriginalException
    ResponseBase.ServerError
    ResponseBase.DebugIsValid(StringBuilder)
    ResponseBase.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class ClusterStateResponse : DynamicResponseBase, IDynamicResponse, IResponse, IOpenSearchResponse

    Properties

    | Edit this page View Source

    ClusterManagerNode

    Declaration
    [DataMember(Name = "cluster_manager_node")]
    public string ClusterManagerNode { get; }
    Property Value
    Type Description
    string
    Remarks

    Introduced in OpenSearch 2.0 instead of MasterNode

    | Edit this page View Source

    ClusterName

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

    ClusterUUID

    The Universally Unique Identifier for the cluster.

    Declaration
    [DataMember(Name = "cluster_uuid")]
    public string ClusterUUID { get; }
    Property Value
    Type Description
    string
    Remarks

    While the cluster is still forming, it is possible for the cluster_uuid to be _na_.

    | Edit this page View Source

    MasterNode

    Declaration
    [DataMember(Name = "master_node")]
    public string MasterNode { get; }
    Property Value
    Type Description
    string
    Remarks

    Deprecated as of OpenSearch 2.0, use ClusterManagerNode instead

    | Edit this page View Source

    State

    Declaration
    public DynamicDictionary State { get; }
    Property Value
    Type Description
    DynamicDictionary
    | Edit this page View Source

    StateUUID

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

    Version

    Declaration
    [DataMember(Name = "version")]
    public long? Version { get; }
    Property Value
    Type Description
    long?

    Implements

    IDynamicResponse
    IResponse
    IOpenSearchResponse

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • ClusterManagerNode
      • ClusterName
      • ClusterUUID
      • MasterNode
      • State
      • StateUUID
      • Version
    • Implements
    • Extension Methods
    Back to top Generated by DocFX