retry_info Class
Specifies parameters for the next retry of a request to be made against the Windows Azure storage services, including the target location and location mode for the next retry and the interval until the next retry.
class retry_info;
Members
Public Constructors
Name | Description |
---|---|
Overloaded. Initializes a new instance of the azure::storage::retry_info class. |
Public Methods
Name | Description |
---|---|
Gets the interval until the next retry. |
|
Sets the interval until the next retry. |
|
Sets the target location for the next retry. |
|
Sets the location mode for subsequent retries. |
|
Indicates that the request should be retried. |
|
Gets the target location for the next retry. |
|
Gets the location mode for subsequent retries. |
Public Operators
Name | Description |
---|---|
Returns a reference to a retry_info object. |
Inheritance Hierarchy
retry_info
Requirements
Header: core.h
Namespace: azure::storage