<PackageReference Include="Polly.Core" Version="8.0.0-alpha.7" />

AdvancedCircuitBreakerStrategyOptions<TResult>

The options for advanced circuit breaker resilience strategy.
public double FailureThreshold { get; set; }

Gets or sets the failure threshold at which the circuit will break.

public int MinimumThroughput { get; set; }

Gets or sets the minimum throughput: this many actions or more must pass through the circuit in the time-slice, for statistics to be considered significant and the circuit-breaker to come into action.

public TimeSpan SamplingDuration { get; set; }

Gets or sets the duration of the sampling over which failure ratios are assessed.