Share via


Microsoft.Azure.Storage.RetryPolicies Namespace

Classes

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

IExtendedRetryPolicy

Represents a retry policy.

IRetryPolicy

Represents a retry policy.

Enums

LocationMode

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