Uses of Enum
com.azure.storage.common.policy.RetryPolicyType
Packages that use RetryPolicyType
Package
Description
Package containing policies used by Azure Storage services.
-
Uses of RetryPolicyType in com.azure.storage.common.policy
Methods in com.azure.storage.common.policy that return RetryPolicyTypeModifier and TypeMethodDescriptionstatic RetryPolicyTypeReturns 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.Constructors in com.azure.storage.common.policy with parameters of type RetryPolicyTypeModifierConstructorDescriptionRequestRetryOptions(RetryPolicyType retryPolicyType, Integer maxTries, Integer tryTimeoutInSeconds, Long retryDelayInMs, Long maxRetryDelayInMs, String secondaryHost) Configures how theHttpPipelineshould retry requests.RequestRetryOptions(RetryPolicyType retryPolicyType, Integer maxTries, Duration tryTimeout, Duration retryDelay, Duration maxRetryDelay, String secondaryHost) Configures how theHttpPipelineshould retry requests.