Search Results for

    Show / Hide Table of Contents

    Class IndexHealthStats

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

    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

    InitializingShards

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

    NumberOfReplicas

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

    NumberOfShards

    Declaration
    [DataMember(Name = "number_of_shards")]
    public int NumberOfShards { 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

    Shards

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

    Status

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

    UnassignedShards

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • ActivePrimaryShards
      • ActiveShards
      • InitializingShards
      • NumberOfReplicas
      • NumberOfShards
      • RelocatingShards
      • Shards
      • Status
      • UnassignedShards
    • Extension Methods
    Back to top Generated by DocFX