• Home
Show / Hide Table of Contents

Class HystrixCommandOptions

Inheritance
System.Object
HystrixCommandOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Hystrix.Dotnet
Assembly: Hystrix.Dotnet.dll
Syntax
public class HystrixCommandOptions

Properties

| Improve this Doc View Source

CircuitBreakerErrorThresholdPercentage

Declaration
public int CircuitBreakerErrorThresholdPercentage { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

CircuitBreakerForcedClosed

Declaration
public bool CircuitBreakerForcedClosed { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

CircuitBreakerForcedOpen

Declaration
public bool CircuitBreakerForcedOpen { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

CircuitBreakerRequestVolumeThreshold

Declaration
public int CircuitBreakerRequestVolumeThreshold { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

CircuitBreakerSleepWindowInMilliseconds

Declaration
public int CircuitBreakerSleepWindowInMilliseconds { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

CommandTimeoutInMilliseconds

Declaration
public int CommandTimeoutInMilliseconds { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

HystrixCommandEnabled

Declaration
public bool HystrixCommandEnabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

MetricsHealthSnapshotIntervalInMilliseconds

Declaration
public int MetricsHealthSnapshotIntervalInMilliseconds { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MetricsRollingPercentileBucketSize

Declaration
public int MetricsRollingPercentileBucketSize { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MetricsRollingPercentileEnabled

Declaration
public bool MetricsRollingPercentileEnabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

MetricsRollingPercentileWindowBuckets

Declaration
public int MetricsRollingPercentileWindowBuckets { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MetricsRollingPercentileWindowInMilliseconds

Declaration
public int MetricsRollingPercentileWindowInMilliseconds { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MetricsRollingStatisticalWindowBuckets

Declaration
public int MetricsRollingStatisticalWindowBuckets { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MetricsRollingStatisticalWindowInMilliseconds

Declaration
public int MetricsRollingStatisticalWindowInMilliseconds { get; set; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

CreateDefault()

Declaration
public static HystrixCommandOptions CreateDefault()
Returns
Type Description
HystrixCommandOptions
  • Improve this Doc
  • View Source
Back to top Licensed under MIT by Travix International.
Generated by DocFX.