Interface IHystrixCollapserOptions
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public interface IHystrixCollapserOptions
Properties
|
Edit this page
View Source
CollapserKey
Declaration
IHystrixCollapserKey CollapserKey { get; set; }
Property Value
|
Edit this page
View Source
MaxRequestsInBatch
Declaration
int MaxRequestsInBatch { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
MetricsRollingPercentileBucketSize
Declaration
int MetricsRollingPercentileBucketSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
MetricsRollingPercentileEnabled
Declaration
bool MetricsRollingPercentileEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
MetricsRollingPercentileWindowBuckets
Declaration
int MetricsRollingPercentileWindowBuckets { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
MetricsRollingPercentileWindowInMilliseconds
Declaration
int MetricsRollingPercentileWindowInMilliseconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
MetricsRollingStatisticalWindowBuckets
Declaration
int MetricsRollingStatisticalWindowBuckets { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
MetricsRollingStatisticalWindowInMilliseconds
Declaration
int MetricsRollingStatisticalWindowInMilliseconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
RequestCacheEnabled
Declaration
bool RequestCacheEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Scope
Declaration
RequestCollapserScope Scope { get; set; }
Property Value
|
Edit this page
View Source
TimerDelayInMilliseconds
Declaration
int TimerDelayInMilliseconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
|