Class ShardStatistics
Inheritance
ShardStatistics
Assembly: OpenSearch.Client.dll
Syntax
public class ShardStatistics
Properties
|
Edit this page
View Source
Failed
Declaration
[DataMember(Name = "failed")]
public int Failed { get; }
Property Value
|
Edit this page
View Source
Failures
Declaration
[DataMember(Name = "failures")]
public IReadOnlyCollection<ShardFailure> Failures { 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