| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob |
This package contains the core types for interacting with Azure Storage; start here.
|
| 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. |
This documentation was released into the public domain.