RetryPolicies Fields

Storage Client Library NET API

[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.]

Public Fields

 NameDescription
public fieldstaticDefaultClientBackoffIndicates the default delta backoff value used by the default exponential backoff retry policy.
public fieldstaticDefaultClientRetryCountIndicates the default retry count used by the default exponential backoff retry policy.
public fieldstaticDefaultMaxBackoffIndicates the default maximum backoff value that will be used for a policy returned by RetryExponential(Int32,TimeSpan).
public fieldstaticDefaultMinBackoffIndicates the default minimum backoff value that will be used for a policy returned by RetryExponential(Int32,TimeSpan).

See Also