Class WarmerStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class WarmerStats
Properties
|
Edit this page
View Source
Current
Declaration
[DataMember(Name = "current")]
public long Current { get; set; }
Property Value
|
Edit this page
View Source
Total
Declaration
[DataMember(Name = "total")]
public long Total { get; set; }
Property Value
|
Edit this page
View Source
TotalTime
Declaration
[DataMember(Name = "total_time")]
public string TotalTime { get; set; }
Property Value
|
Edit this page
View Source
TotalTimeInMilliseconds
Declaration
[DataMember(Name = "total_time_in_millis")]
public long TotalTimeInMilliseconds { get; set; }
Property Value
Extension Methods