You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the new Azure storage File Go SDK based on new client architecture.
It provides flexible HttpClient injection and pipeline polices customization, and high-level abstractions such as uploading a large file to an Azure file (using multiple PutRange requests in parallel) or downloading a large Azure file to local (using multiple Get requests in parallel).
It's in public preview, and is planning for GA. Welcome any discussions on the design, implementation and new demands.
Thanks & Best Regards,
Jiachen
The text was updated successfully, but these errors were encountered:
This is the new Azure storage File Go SDK based on new client architecture.
It provides flexible HttpClient injection and pipeline polices customization, and high-level abstractions such as uploading a large file to an Azure file (using multiple PutRange requests in parallel) or downloading a large Azure file to local (using multiple Get requests in parallel).
It's in public preview, and is planning for GA. Welcome any discussions on the design, implementation and new demands.
Thanks & Best Regards,
Jiachen
The text was updated successfully, but these errors were encountered: