Class GetStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class GetStats
Properties
|
Edit this page
View Source
Current
Declaration
[DataMember(Name = "current")]
public long Current { get; set; }
Property Value
|
Edit this page
View Source
ExistsTime
Declaration
[DataMember(Name = "exists_time")]
public string ExistsTime { get; set; }
Property Value
|
Edit this page
View Source
ExistsTimeInMilliseconds
Declaration
[DataMember(Name = "exists_time_in_millis")]
public long ExistsTimeInMilliseconds { get; set; }
Property Value
|
Edit this page
View Source
ExistsTotal
Declaration
[DataMember(Name = "exists_total")]
public long ExistsTotal { get; set; }
Property Value
|
Edit this page
View Source
MissingTime
Declaration
[DataMember(Name = "missing_time")]
public string MissingTime { get; set; }
Property Value
|
Edit this page
View Source
MissingTimeInMilliseconds
Declaration
[DataMember(Name = "missing_time_in_millis")]
public long MissingTimeInMilliseconds { get; set; }
Property Value
|
Edit this page
View Source
MissingTotal
Declaration
[DataMember(Name = "missing_total")]
public long MissingTotal { get; set; }
Property Value
|
Edit this page
View Source
Time
Declaration
[DataMember(Name = "time")]
public string Time { get; set; }
Property Value
|
Edit this page
View Source
TimeInMilliseconds
Declaration
[DataMember(Name = "time_in_millis")]
public long TimeInMilliseconds { get; set; }
Property Value
|
Edit this page
View Source
Total
Declaration
[DataMember(Name = "total")]
public long Total { get; set; }
Property Value
Extension Methods