Skip to content

Storage Client Library 2.3.0

Compare
Choose a tag to compare
@vinjiang vinjiang released this 17 Aug 09:40
· 165 commits to master since this release

2017.08 Version 2.3.0

ALL

BLOB

  • PageBlobs: For Premium Accounts only, added support for getting and setting the tier on a page blob. The tier can also be set when creating or copying from an existing page blob.

FILE

  • Added serverEncryped property to FileResult and DirectoryResult which indicates if the file data and application metadata are completely encrypted using the specified algorithm on the server.
  • Fixed a TypeScript issue that SharedAccessPermissions for FileUtilities is missing in type definition file.

TABLE

  • Fixed a typo in table query example for combineFilters function.