Search Results for

    Show / Hide Table of Contents

    Class CircuitBreakerSettings

    Inheritance
    object
    CircuitBreakerSettings
    Implements
    ICircuitBreakerSettings
    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
    public class CircuitBreakerSettings : ICircuitBreakerSettings

    Properties

    | Edit this page View Source

    FielddataLimit

    Declaration
    public string FielddataLimit { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    FielddataOverhead

    Declaration
    public float? FielddataOverhead { get; set; }
    Property Value
    Type Description
    float?
    | Edit this page View Source

    RequestLimit

    Declaration
    public string RequestLimit { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    RequestOverhead

    Declaration
    public float? RequestOverhead { get; set; }
    Property Value
    Type Description
    float?
    | Edit this page View Source

    TotalLimit

    Declaration
    public string TotalLimit { get; set; }
    Property Value
    Type Description
    string

    Implements

    ICircuitBreakerSettings

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • FielddataLimit
      • FielddataOverhead
      • RequestLimit
      • RequestOverhead
      • TotalLimit
    • Implements
    • Extension Methods
    Back to top Generated by DocFX