Search Results for

    Show / Hide Table of Contents

    Class ClusterHealthResponse

    Inheritance
    object
    ResponseBase
    ClusterHealthResponse
    Implements
    IResponse
    IOpenSearchResponse
    Inherited Members
    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
    [DataContract]
    public class ClusterHealthResponse : ResponseBase, IResponse, IOpenSearchResponse

    Properties

    | Edit this page View Source

    ActivePrimaryShards

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

    ActiveShards

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

    ActiveShardsPercentAsNumber

    Declaration
    [DataMember(Name = "active_shards_percent_as_number")]
    public double ActiveShardsPercentAsNumber { get; }
    Property Value
    Type Description
    double
    | 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

    DelayedUnassignedShards

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

    Indices

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

    InitializingShards

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

    NumberOfDataNodes

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

    NumberOfInFlightFetch

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

    NumberOfNodes

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

    NumberOfPendingTasks

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

    RelocatingShards

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

    Status

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

    TaskMaxWaitTimeInQueueInMilliseconds

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

    TimedOut

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

    UnassignedShards

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

    Implements

    IResponse
    IOpenSearchResponse

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • ActivePrimaryShards
      • ActiveShards
      • ActiveShardsPercentAsNumber
      • ClusterName
      • DelayedUnassignedShards
      • Indices
      • InitializingShards
      • NumberOfDataNodes
      • NumberOfInFlightFetch
      • NumberOfNodes
      • NumberOfPendingTasks
      • RelocatingShards
      • Status
      • TaskMaxWaitTimeInQueueInMilliseconds
      • TimedOut
      • UnassignedShards
    • Implements
    • Extension Methods
    Back to top Generated by DocFX