Storage Data Movement Library 0.8.0
Pre-release
Pre-release
2018.06.14 Version 0.8.0
- All Services on both .Net Framework and .Net Core
- Changed following callbacks to asynchronized methods:
ShouldOverwriteCallback --> ShouldOverwriteCallbackAsync
ShouldTransferCallback --> ShouldTransferCallbackAsync
SetAttributesCallback --> SetAttributesCallbackAsync
- Changed following callbacks to asynchronized methods:
- Blob Service
- Added support for directory markers (hdi_isfolder=true) produced by Hadoop file system drivers for Blob storage
- Use the value set in TransferConfigurations.BlockSize as threshold to upload block blob with a single put blob request, the default value is 4MB