Class ThreadCountStats
Inheritance
ThreadCountStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ThreadCountStats
Properties
|
Edit this page
View Source
Active
Declaration
[DataMember(Name = "active")]
public long Active { get; }
Property Value
|
Edit this page
View Source
Completed
Declaration
[DataMember(Name = "completed")]
public long Completed { get; }
Property Value
|
Edit this page
View Source
Largest
Declaration
[DataMember(Name = "largest")]
public long Largest { get; }
Property Value
|
Edit this page
View Source
Queue
Declaration
[DataMember(Name = "queue")]
public long Queue { get; }
Property Value
|
Edit this page
View Source
Rejected
Declaration
[DataMember(Name = "rejected")]
public long Rejected { get; }
Property Value
|
Edit this page
View Source
Threads
Declaration
[DataMember(Name = "threads")]
public long Threads { get; }
Property Value
Extension Methods