Search Results for

    Show / Hide Table of Contents

    Class BreakerStats

    Inheritance
    object
    BreakerStats
    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 BreakerStats

    Properties

    | Edit this page View Source

    EstimatedSize

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

    EstimatedSizeInBytes

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

    LimitSize

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

    LimitSizeInBytes

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

    Overhead

    Declaration
    [DataMember(Name = "overhead")]
    public float Overhead { get; }
    Property Value
    Type Description
    float
    | Edit this page View Source

    Tripped

    Declaration
    [DataMember(Name = "tripped")]
    public float Tripped { get; }
    Property Value
    Type Description
    float

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • EstimatedSize
      • EstimatedSizeInBytes
      • LimitSize
      • LimitSizeInBytes
      • Overhead
      • Tripped
    • Extension Methods
    Back to top Generated by DocFX