Class ClusterProcessorStats
Inheritance
ClusterProcessorStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ClusterProcessorStats
Properties
|
Edit this page
View Source
Count
Declaration
[DataMember(Name = "count")]
public long Count { get; set; }
Property Value
|
Edit this page
View Source
Current
Declaration
[DataMember(Name = "current")]
public long Current { get; set; }
Property Value
|
Edit this page
View Source
Failed
Declaration
[DataMember(Name = "failed")]
public long Failed { get; set; }
Property Value
|
Edit this page
View Source
TimeInMilliseconds
Declaration
[DataMember(Name = "time_in_millis")]
public long TimeInMilliseconds { get; set; }
Property Value
Extension Methods