Search Results for

    Show / Hide Table of Contents

    Class RecoveryStats

    Inheritance
    object
    RecoveryStats
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    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
    Type Description
    long
    | Edit this page View Source

    CurrentAsTarget

    Declaration
    [DataMember(Name = "current_as_target")]
    public long CurrentAsTarget { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    ThrottleTime

    Declaration
    [DataMember(Name = "throttle_time")]
    public string ThrottleTime { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ThrottleTimeInMilliseconds

    Declaration
    [DataMember(Name = "throttle_time_in_millis")]
    public long ThrottleTimeInMilliseconds { get; set; }
    Property Value
    Type Description
    long

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • CurrentAsSource
      • CurrentAsTarget
      • ThrottleTime
      • ThrottleTimeInMilliseconds
    • Extension Methods
    Back to top Generated by DocFX