[Storage] RetryOptions members unnecessarily readonly #4717
Labels
Client
This issue points to a problem in the data-plane of the library.
feature-request
This issue requires a new behavior in the product in order be resolved.
Storage
Storage Service (Queues, Blobs, Files)
Describe the bug
This is a minor issue, but there seems to be some inconsistency in the RetryOptions interface.
Its members are all readonly, but equivalent fields in the .NET SDK's
RetryOptions
type are not, nor are members of other 'options' objects used when setting up pipelines (like ProxyOptions or TelemetryOptions.Expected behavior
I would have expected
RetryOption
's properties to be gettable and settable (beyond object creation-time) similar to other options interfaces.The text was updated successfully, but these errors were encountered: