Uses of Class
com.azure.storage.common.policy.RequestRetryOptions
Packages that use RequestRetryOptions
Package
Description
Package containing the classes for BlobServiceClient.
Package containing specialized clients for Azure Storage Blobs.
Package containing the classes for performing client-side encryption of blob contents.
Package containing policies used by Azure Storage services.
Package containing the class required for DataLakeStorageClient.
This package contains the classes to perform actions on Azure Storage File.
This package contains the classes to perform actions on Azure Storage Queue.
-
Uses of RequestRetryOptions in com.azure.storage.blob
Methods in com.azure.storage.blob with parameters of type RequestRetryOptionsModifier and TypeMethodDescriptionBlobClientBuilder.retryOptions
(RequestRetryOptions retryOptions) Sets the request retry options for all the requests made through the client.BlobContainerClientBuilder.retryOptions
(RequestRetryOptions retryOptions) Sets the request retry options for all the requests made through the client.BlobServiceClientBuilder.retryOptions
(RequestRetryOptions retryOptions) Sets the request retry options for all the requests made through the client. -
Uses of RequestRetryOptions in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type RequestRetryOptionsModifier and TypeMethodDescriptionSpecializedBlobClientBuilder.retryOptions
(RequestRetryOptions retryOptions) Sets the request retry options for all the requests made through the client. -
Uses of RequestRetryOptions in com.azure.storage.blob.specialized.cryptography
Methods in com.azure.storage.blob.specialized.cryptography with parameters of type RequestRetryOptionsModifier and TypeMethodDescriptionEncryptedBlobClientBuilder.retryOptions
(RequestRetryOptions retryOptions) Sets the request retry options for all the requests made through the client. -
Uses of RequestRetryOptions in com.azure.storage.common.policy
Methods in com.azure.storage.common.policy that return RequestRetryOptionsModifier and TypeMethodDescriptionstatic RequestRetryOptions
RequestRetryOptions.fromRetryOptions
(RetryOptions retryOptions, Duration tryTimeout, String secondaryHost) Creates newRequestRetryOptions
fromRetryOptions
and let specify storage specific parameters.Constructors in com.azure.storage.common.policy with parameters of type RequestRetryOptionsModifierConstructorDescriptionRequestRetryPolicy
(RequestRetryOptions requestRetryOptions) Constructs the policy using the retry options. -
Uses of RequestRetryOptions in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type RequestRetryOptionsModifier and TypeMethodDescriptionDataLakeFileSystemClientBuilder.retryOptions
(RequestRetryOptions retryOptions) Sets the request retry options for all the requests made through the client.DataLakePathClientBuilder.retryOptions
(RequestRetryOptions retryOptions) Sets the request retry options for all the requests made through the client.DataLakeServiceClientBuilder.retryOptions
(RequestRetryOptions retryOptions) Sets the request retry options for all the requests made through the client. -
Uses of RequestRetryOptions in com.azure.storage.queue
Methods in com.azure.storage.queue with parameters of type RequestRetryOptionsModifier and TypeMethodDescriptionQueueClientBuilder.retryOptions
(RequestRetryOptions retryOptions) Sets the request retry options for all the requests made through the client.QueueServiceClientBuilder.retryOptions
(RequestRetryOptions retryOptions) Sets the request retry options for all the requests made through the client.