Class RecoveryStats
Inheritance
RecoveryStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class RecoveryStats
Properties
|
Edit this page
View Source
CurrentAsSource
Declaration
[DataMember(Name = "current_as_source")]
public long CurrentAsSource { get; set; }
Property Value
|
Edit this page
View Source
CurrentAsTarget
Declaration
[DataMember(Name = "current_as_target")]
public long CurrentAsTarget { 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
Extension Methods