Search Results for

    Show / Hide Table of Contents

    Class ClusterIndicesShardsStats

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

    Properties

    | Edit this page View Source

    Index

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

    Primaries

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

    Replication

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

    Total

    Declaration
    [DataMember(Name = "total")]
    public double Total { get; }
    Property Value
    Type Description
    double

    Extension Methods

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