Class ClusterIndicesStats
Inheritance
ClusterIndicesStats
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
|
Edit this page
View Source
Count
Declaration
[DataMember(Name = "count")]
public long Count { 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
QueryCache
Declaration
[DataMember(Name = "query_cache")]
public QueryCacheStats QueryCache { get; }
Property Value
|
Edit this page
View Source
Segments
Declaration
[DataMember(Name = "segments")]
public SegmentsStats Segments { get; }
Property Value
|
Edit this page
View Source
Shards
Declaration
[DataMember(Name = "shards")]
public ClusterIndicesShardsStats Shards { get; }
Property Value
|
Edit this page
View Source
Store
Declaration
[DataMember(Name = "store")]
public StoreStats Store { get; }
Property Value
Extension Methods