Releases: Azure/azure-storage-net-data-movement
Storage Data Movement Library 0.3.0
Changes in v0.3.0:
- Upgrade azure storage client library to 7.2.0
- Fixed a bug that ParallelOperations setting doesn't take effect
- Fixed a bug of randomly throwing exception when transferring a directory
- Removed directory downloading/copying interfaces without DownloadOptions/CopyOptions
- Changed the return value for directory transferring interfaces from Task to Task
- Support to work with the RTM release of .Net Core 1.0
Storage Data Movement Library 0.2.0
New in v0.2.0:
• Support download, upload, copy directory (local file directory, blob virtual directory, file share directory)
• Support transfer directory in recursive mode or flat mode
• Support specify the file pattern when copying files and directories
• Support download snapshots under directories
• Provide Event to get single file transfer result in a transfer
• Change TransferConfigurations.UserAgentSuffix to TransferConfigurations.UserAgentPrefix
Storage Data Movement Library 0.1.0
New in v0.1.0:
• Support data transfer for Azure Storage abstraction: Blob
• Support data transfer for Azure Storage abstraction: File
• Download, upload, copy single object
• Control the number of concurrent operations
• Synchronous and asynchronous copying
• Define the number of concurrent operations
• Define the suffix of the user agent
• Set the content type
• Set the Access Condition to conditionally copy objects, for example: copy objects changed since certain date
• Validate content MD5
• Download specific blob snapshot
• Track transfer progress: bytes transferred, number of success, fail, skip files
• Recover (Set/Get transfer checkpoint)
• Transfer Error handling (transfer exception and error code)
• Client-side logging