Class NodeStatistics
Inheritance
NodeStatistics
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class NodeStatistics
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<ErrorCause> 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