Class IndicesStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class IndicesStats
Properties
|
Edit this page
View Source
Primaries
Declaration
[DataMember(Name = "primaries")]
public IndexStats Primaries { get; }
Property Value
|
Edit this page
View Source
Shards
Declaration
[DataMember(Name = "shards")]
public IReadOnlyDictionary<string, IReadOnlyCollection<IndexShardStats>> Shards { get; }
Property Value
|
Edit this page
View Source
Total
Declaration
[DataMember(Name = "total")]
public IndexStats Total { get; }
Property Value
|
Edit this page
View Source
Uuid
Declaration
[DataMember(Name = "uuid")]
public string Uuid { get; }
Property Value
Extension Methods