Class IndexStatsBase
Inheritance
IndexStatsBase
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
|
Edit this page
View Source
Documents
Declaration
[DataMember(Name = "docs")]
public DocStats Documents { get; }
Property Value
|
Edit this page
View Source
Fielddata
Declaration
[DataMember(Name = "fielddata")]
public FielddataStats Fielddata { get; }
Property Value
|
Edit this page
View Source
Flush
Declaration
[DataMember(Name = "flush")]
public FlushStats Flush { get; }
Property Value
|
Edit this page
View Source
Get
Declaration
[DataMember(Name = "get")]
public GetStats Get { get; }
Property Value
|
Edit this page
View Source
Indexing
Declaration
[DataMember(Name = "indexing")]
public IndexingStats Indexing { get; }
Property Value
|
Edit this page
View Source
Merges
Declaration
[DataMember(Name = "merges")]
public MergesStats Merges { get; }
Property Value
|
Edit this page
View Source
QueryCache
Declaration
[DataMember(Name = "query_cache")]
public QueryCacheStats QueryCache { get; }
Property Value
|
Edit this page
View Source
Recovery
Declaration
[DataMember(Name = "recovery")]
public RecoveryStats Recovery { get; }
Property Value
|
Edit this page
View Source
Refresh
Declaration
[DataMember(Name = "refresh")]
public RefreshStats Refresh { get; }
Property Value
|
Edit this page
View Source
RequestCache
Declaration
[DataMember(Name = "request_cache")]
public RequestCacheStats RequestCache { get; }
Property Value
|
Edit this page
View Source
Search
Declaration
[DataMember(Name = "search")]
public SearchStats Search { get; }
Property Value
|
Edit this page
View Source
Segments
Declaration
[DataMember(Name = "segments")]
public SegmentsStats Segments { get; }
Property Value
|
Edit this page
View Source
Store
Declaration
[DataMember(Name = "store")]
public StoreStats Store { get; }
Property Value
|
Edit this page
View Source
Translog
Declaration
[DataMember(Name = "translog")]
public TranslogStats Translog { get; }
Property Value
|
Edit this page
View Source
Warmer
Declaration
[DataMember(Name = "warmer")]
public WarmerStats Warmer { get; }
Property Value
Extension Methods