DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration.IntervalInSeconds Property

Definition

The optional interval in seconds after which the error count resets to 0. An interval of 0 will never reset. If not specified, the timeoutInSeconds value will be used.

public int? IntervalInSeconds { get; set; }
member this.IntervalInSeconds : Nullable<int> with get, set
Public Property IntervalInSeconds As Nullable(Of Integer)

Property Value

Applies to