Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Java Storage Client Library 8.4.0

Choose a tag to compare

@rickle-msft rickle-msft released this 06 Aug 18:46
· 55 commits to legacy-master since this release
c07aeb2
  • Support for 2019-02-02 REST version. Please see our REST API documentation and blogs for information about the related added features.

  • Added support for setting rehydrate priority for SetBlobTier and CopyBlob APIs.

  • Added support for PutRangeFromURL API to writes bytes from one Azure File endpoint into the specified range of another Azure File endpoint.

  • Added setDirectoryProperties, createPermission, and getPermission APIs to the File package.

  • Added required headers for creatFile, createDirectory, setFileProperties, getFileProperties, getDirectoryProperties, getFile APIs.

  • Updated getFileProperties, getDirectoryProperties, and getFile calls to update SMB properties.

  • Added support for setting access tier for PutBlob/PutBlockList and CopyBlob APIs.

  • Added support for batching blob operations. Currently the only batchable apis are deleteBlob and setBlobTier.