Search Results for

    Show / Hide Table of Contents

    Class IndexStatsBase

    Inheritance
    object
    IndexStatsBase
    IndexShardStats
    IndexStats
    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 abstract class IndexStatsBase

    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

    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

    Flush

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

    Get

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

    Indexing

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

    Merges

    Declaration
    [DataMember(Name = "merges")]
    public MergesStats Merges { get; }
    Property Value
    Type Description
    MergesStats
    | 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

    Recovery

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

    Refresh

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

    RequestCache

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

    Search

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

    Segments

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

    Store

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

    Translog

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

    Warmer

    Declaration
    [DataMember(Name = "warmer")]
    public WarmerStats Warmer { get; }
    Property Value
    Type Description
    WarmerStats

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Completion
      • Documents
      • Fielddata
      • Flush
      • Get
      • Indexing
      • Merges
      • QueryCache
      • Recovery
      • Refresh
      • RequestCache
      • Search
      • Segments
      • Store
      • Translog
      • Warmer
    • Extension Methods
    Back to top Generated by DocFX