retry module

Classes

ExponentialRetry

Exponential retry.

LinearRetry

Linear retry.

Functions

no_retry(context)

Specifies never to retry.

no_retry(context)

Parameters

context
azure.storage.models.RetryContext

The retry context.

Returns

Always returns None to indicate never to retry.

Return type

None