Microsoft Azure Storage Client Library for C++
7.5.0
The Microsoft Azure Storage Client Library for C++ is a library for working with the Azure Storage Services in C++.
|
This is the complete list of members for azure::storage::linear_retry_policy, including all inherited members.
clone() const override | azure::storage::retry_policy | inline |
evaluate(const retry_context &retry_context, operation_context context) override (defined in azure::storage::retry_policy) | azure::storage::retry_policy | |
is_valid() const | azure::storage::retry_policy | inline |
linear_retry_policy() | azure::storage::linear_retry_policy | inline |
linear_retry_policy(std::chrono::seconds delta_backoff, int max_attempts) | azure::storage::linear_retry_policy | inline |
retry_policy() | azure::storage::retry_policy | inline |
retry_policy(std::shared_ptr< basic_retry_policy > ptr) | azure::storage::retry_policy | inlineexplicit |