RetryContext class
Definition
Contains the request and response information that can be used to determine whether and how to retry. This context is stored across retries and may be used to store other information relevant to the retry strategy.
RetryContext()
- Inheritance
-
builtins.objectRetryContext
Variables
- request
- azure.storage.common._http.HTTPRequest
- response
- azure.storage.common._http.HTTPResponse
- location_mode
- LocationMode
- exception
- Exception
- is_emulated
- bool
- body_position
- int