Skip to content

Storage Data Movement Library 0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@vinjiang vinjiang released this 30 Jun 02:10
· 159 commits to master since this 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
  • 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