DaprComponentResiliencyPolicyHttpRetryBackOffConfiguration.MaxIntervalInMilliseconds 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 maximum time interval in milliseconds between retry attempts.
public int? MaxIntervalInMilliseconds { get; set; }
member this.MaxIntervalInMilliseconds : Nullable<int> with get, set
Public Property MaxIntervalInMilliseconds As Nullable(Of Integer)