Class ClusterIndicesShardsStats
Inheritance
ClusterIndicesShardsStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ClusterIndicesShardsStats
Properties
|
Edit this page
View Source
Index
Declaration
[DataMember(Name = "index")]
public ClusterIndicesShardsIndexStats Index { get; }
Property Value
|
Edit this page
View Source
Primaries
Declaration
[DataMember(Name = "primaries")]
public double Primaries { get; }
Property Value
|
Edit this page
View Source
Replication
Declaration
[DataMember(Name = "replication")]
public double Replication { get; }
Property Value
|
Edit this page
View Source
Total
Declaration
[DataMember(Name = "total")]
public double Total { get; }
Property Value
Extension Methods