DaprComponentResiliencyPolicyCircuitBreakerPolicyConfiguration.IntervalInSeconds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)