Search Results for

    Show / Hide Table of Contents

    Interface ICircuitBreakerSettings

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ICircuitBreakerSettings

    Properties

    | Edit this page View Source

    FielddataLimit

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

    FielddataOverhead

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

    RequestLimit

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

    RequestOverhead

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

    TotalLimit

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

    Extension Methods

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