Class CircuitBreakerSettings
Inheritance
CircuitBreakerSettings
Assembly: OpenSearch.Client.dll
Syntax
public class CircuitBreakerSettings : ICircuitBreakerSettings
Properties
|
Edit this page
View Source
FielddataLimit
Declaration
public string FielddataLimit { get; set; }
Property Value
|
Edit this page
View Source
FielddataOverhead
Declaration
public float? FielddataOverhead { get; set; }
Property Value
|
Edit this page
View Source
RequestLimit
Declaration
public string RequestLimit { get; set; }
Property Value
|
Edit this page
View Source
RequestOverhead
Declaration
public float? RequestOverhead { get; set; }
Property Value
|
Edit this page
View Source
TotalLimit
Declaration
public string TotalLimit { get; set; }
Property Value
Implements
Extension Methods