Class IndexingStats
Inheritance
IndexingStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class IndexingStats
Properties
|
Edit this page
View Source
Current
Declaration
[DataMember(Name = "index_current")]
public long Current { get; set; }
Property Value
|
Edit this page
View Source
DeleteCurrent
Declaration
[DataMember(Name = "delete_current")]
public long DeleteCurrent { get; set; }
Property Value
|
Edit this page
View Source
DeleteTime
Declaration
[DataMember(Name = "delete_time")]
public string DeleteTime { get; set; }
Property Value
|
Edit this page
View Source
DeleteTimeInMilliseconds
Declaration
[DataMember(Name = "delete_time_in_millis")]
public long DeleteTimeInMilliseconds { get; set; }
Property Value
|
Edit this page
View Source
DeleteTotal
Declaration
[DataMember(Name = "delete_total")]
public long DeleteTotal { get; set; }
Property Value
|
Edit this page
View Source
IsThrottled
Declaration
[DataMember(Name = "is_throttled")]
public bool IsThrottled { get; set; }
Property Value
|
Edit this page
View Source
NoopUpdateTotal
Declaration
[DataMember(Name = "noop_update_total")]
public long NoopUpdateTotal { get; set; }
Property Value
|
Edit this page
View Source
ThrottleTime
Declaration
[DataMember(Name = "throttle_time")]
public string ThrottleTime { get; set; }
Property Value
|
Edit this page
View Source
ThrottleTimeInMilliseconds
Declaration
[DataMember(Name = "throttle_time_in_millis")]
public long ThrottleTimeInMilliseconds { get; set; }
Property Value
|
Edit this page
View Source
Time
Declaration
[DataMember(Name = "index_time")]
public string Time { get; set; }
Property Value
|
Edit this page
View Source
TimeInMilliseconds
Declaration
[DataMember(Name = "index_time_in_millis")]
public long TimeInMilliseconds { get; set; }
Property Value
|
Edit this page
View Source
Total
Declaration
[DataMember(Name = "index_total")]
public long Total { get; set; }
Property Value
|
Edit this page
View Source
Types
Declaration
[DataMember(Name = "types")]
public IReadOnlyDictionary<string, IndexingStats> Types { get; set; }
Property Value
Extension Methods