你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Microsoft.Azure.Storage.RetryPolicies Namespace

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.