[FEATURE REQ] Storage RequestRetryPolicy timeout time unit should be configurable #17590
Closed
2 tasks done
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
feature-request
This issue requires a new behavior in the product in order be resolved.
Storage
Storage Service (Queues, Blobs, Files)
Is your feature request related to a problem? Please describe.
Currently, the timeout configured on
RequestRetryOptions
is just an integer, and since the unit is notspecified in the parameter name, it can lead to confusion. It seems like the current time unit used to configure the
request timeout is seconds (
azure-sdk-for-java/sdk/storage/azure-storage-common/src/main/java/com/azure/storage/common/policy/RequestRetryPolicy.java
Line 114 in 3bce404
But you should dig into the codebase a little in order to understand which time unit is used.
Describe the solution you'd like
I would like to configure the time unit used to configure the request timeout.
Describe alternatives you've considered
Additional context
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: