Class IndicesStatsResponse
Inheritance
IndicesStatsResponse
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class IndicesStatsResponse : ResponseBase, IResponse, IOpenSearchResponse
Properties
|
Edit this page
View Source
All
Declaration
[DataMember(Name = "_all")]
public AllIndicesStats All { get; }
Property Value
|
Edit this page
View Source
Indices
Declaration
[DataMember(Name = "indices")]
public IndicesStatsDictionary Indices { get; }
Property Value
|
Edit this page
View Source
Shards
Declaration
[DataMember(Name = "_shards")]
public ShardStatistics Shards { get; }
Property Value
Implements
Extension Methods