| Package | Description |
|---|---|
| com.azure.storage.common.policy |
Package containing policies used by Azure Storage services.
|
| Modifier and Type | Method and Description |
|---|---|
static RetryPolicyType |
RetryPolicyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RetryPolicyType[] |
RetryPolicyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RequestRetryOptions(RetryPolicyType retryPolicyType,
Integer maxTries,
Integer tryTimeout,
Long retryDelayInMs,
Long maxRetryDelayInMs,
String secondaryHost)
Configures how the
HttpPipeline should retry requests. |
Copyright © 2020 Microsoft Corporation. All rights reserved.