[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]
Top
Top
Defines some standard retry policies.
The following tables list the members exposed by the RetryPolicies type.
Public Fields
Name | Description | |
---|---|---|
DefaultClientBackoff | Indicates the default delta backoff value used by the default exponential backoff retry policy. | |
DefaultClientRetryCount | Indicates the default retry count used by the default exponential backoff retry policy. | |
DefaultMaxBackoff | Indicates the default maximum backoff value that will be used for a policy returned by RetryExponential(Int32,TimeSpan). | |
DefaultMinBackoff | Indicates the default minimum backoff value that will be used for a policy returned by RetryExponential(Int32,TimeSpan). |
Public Methods
Name | Description | |
---|---|---|
NoRetry | Returns a retry policy that performs no retries. | |
Retry | Returns a retry policy that retries a specified number of times, with a specified fixed time interval between retries. | |
RetryExponential | Overloaded. |