Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Microsoft.Azure.Storage.RetryPolicies Namespace

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.

Classes

Name Description
ExponentialRetry

Represents a retry policy that performs a specified number of retries, using a randomized exponential back off scheme to determine the interval between retries.

LinearRetry

Represents a retry policy that performs a specified number of retries, using a specified fixed time interval between retries.

NoRetry

Represents a retry policy that performs no retries.

RetryContext

Represents the context for one or more retries of a request made against the Microsoft Azure storage services, including the number of retries made for the request, the results of the last request, and the storage location and location mode for subsequent retries.

RetryInfo

Specifies parameters for the next retry of a request to be made against the Microsoft Azure storage services, including the target location and location mode for the next retry and the interval until the next retry.

Interfaces

Name Description
IExtendedRetryPolicy

Represents a retry policy.

IRetryPolicy

Represents a retry policy.

Enums

Name Description
LocationMode

Specifies the location mode to indicate which location should receive the request.


Feedback

Was this page helpful?