Class FlushStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class FlushStats
Properties
|
Edit this page
View Source
Periodic
The number of flushes that were periodically triggered when translog exceeded the flush threshold.
Declaration
[DataMember(Name = "periodic")]
public long Periodic { 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
The total time merges have been executed.
Declaration
[DataMember(Name = "total_time")]
public string TotalTime { get; set; }
Property Value
|
Edit this page
View Source
TotalTimeInMilliseconds
The total time merges have been executed (in milliseconds).
Declaration
[DataMember(Name = "total_time_in_millis")]
public long TotalTimeInMilliseconds { get; set; }
Property Value
Extension Methods