Class RefreshStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class RefreshStats
Properties
|
Edit this page
View Source
ExternalTotal
Declaration
[DataMember(Name = "external_total")]
public long ExternalTotal { get; set; }
Property Value
|
Edit this page
View Source
ExternalTotalTimeInMilliseconds
Declaration
[DataMember(Name = "external_total_time_in_millis")]
public long ExternalTotalTimeInMilliseconds { 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