Search Results for

    Show / Hide Table of Contents

    Class ClusterStatsResponse

    Inheritance
    object
    ResponseBase
    NodesResponseBase
    ClusterStatsResponse
    Implements
    IResponse
    IOpenSearchResponse
    Inherited Members
    NodesResponseBase.NodeStatistics
    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 ClusterStatsResponse : NodesResponseBase, IResponse, IOpenSearchResponse

    Properties

    | 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

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

    Indices

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

    Nodes

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

    Status

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

    Timestamp

    Declaration
    [DataMember(Name = "timestamp")]
    public long Timestamp { get; }
    Property Value
    Type Description
    long

    Implements

    IResponse
    IOpenSearchResponse

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • ClusterName
      • ClusterUUID
      • Indices
      • Nodes
      • Status
      • Timestamp
    • Implements
    • Extension Methods
    Back to top Generated by DocFX