Class ClusterStatistics
Inheritance
ClusterStatistics
Assembly: OpenSearch.Client.dll
Syntax
public class ClusterStatistics
Properties
|
Edit this page
View Source
Skipped
Declaration
[DataMember(Name = "skipped")]
public int Skipped { get; }
Property Value
|
Edit this page
View Source
Successful
Declaration
[DataMember(Name = "successful")]
public int Successful { get; }
Property Value
|
Edit this page
View Source
Total
Declaration
[DataMember(Name = "total")]
public int Total { get; }
Property Value
Extension Methods