Search Results for

    Show / Hide Table of Contents

    Class ClusterIndicesShardsIndexStats

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

    Properties

    | Edit this page View Source

    Primaries

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

    Replication

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

    Shards

    Declaration
    [DataMember(Name = "shards")]
    public ClusterShardMetrics Shards { get; }
    Property Value
    Type Description
    ClusterShardMetrics

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Primaries
      • Replication
      • Shards
    • Extension Methods
    Back to top Generated by DocFX