azure-sdk-for-net icon indicating copy to clipboard operation
azure-sdk-for-net copied to clipboard

Share upload StorageTransferOptions

Open jaschrep-msft opened this issue 3 years ago • 3 comments

Addresses #13545

Adds StorageTransferOptions support to ShareFileClient.UploadAsync().

Note: service does not support parallel ranged uploads. Method applies a default value of 1 to StorageTransferOptions.MaximumConcurrency and will throw if value is manually set higher.

jaschrep-msft avatar Aug 08 '22 18:08 jaschrep-msft

API change check

APIView has identified API level changes in this PR and created following API reviews.

Azure.Storage.Files.Shares

azure-sdk avatar Aug 08 '22 18:08 azure-sdk

"Do Not Merge" added as this PR contains API changes and the upcoming release has already gone through API review. Must wait for next one.

jaschrep-msft avatar Aug 08 '22 19:08 jaschrep-msft

TODO: changelog after version bump from upcoming release

jaschrep-msft avatar Aug 08 '22 19:08 jaschrep-msft