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