Search Results for

    Show / Hide Table of Contents

    Class ClusterIndicesStats

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

    Properties

    | Edit this page View Source

    Completion

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

    Count

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

    Documents

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

    Fielddata

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

    QueryCache

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

    Segments

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

    Shards

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

    Store

    Declaration
    [DataMember(Name = "store")]
    public StoreStats Store { get; }
    Property Value
    Type Description
    StoreStats

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Completion
      • Count
      • Documents
      • Fielddata
      • QueryCache
      • Segments
      • Shards
      • Store
    • Extension Methods
    Back to top Generated by DocFX