Search Results for

    Show / Hide Table of Contents

    Class IndicesStats

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

    Properties

    | Edit this page View Source

    Primaries

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

    Shards

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

    Total

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

    Uuid

    Declaration
    [DataMember(Name = "uuid")]
    public string Uuid { get; }
    Property Value
    Type Description
    string

    Extension Methods

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