Microsoft.WindowsAzure.Storage.RetryPolicies Namespace

Windows Runtime Azure Storage Client Library

Classes

Class 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 Windows 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 Windows Azure storage services, including the target location and location mode for the next retry and the interval until the next retry.

Interfaces

Interface Description
IExtendedRetryPolicy Represents a retry policy.
IRetryPolicy Represents a retry policy.

Enumerations

Enumeration Description
LocationMode Specifies the location mode to indicate which location should receive the request.