azure-sdk-for-cpp/sdk/storage
JinmingHu 4366159c50
Add more APIs in storage sdk (#169)
* Add xml serializer/deserializer

* Add blob service client, add undelete, set access tier, start copy, abort copy, create snapshot, stage block from uri

* add support for conditional headers

* support range download

* Change the helper functions order to alphabetical

so that we always get the same result in different environemnts.

* use c++ casting

* Add support for append blob and page blob

* remove redundant ; added by auto-generator

* Remove BlobType in BlockBlob::Upload

* Rename blob_client_options.hpp->blob_options.hpp

* Remove API version in request options
2020-06-15 17:31:36 +08:00
..
external Adding ADLS gen2 protocol layer code. (#153) 2020-06-09 06:31:12 -07:00
inc Add more APIs in storage sdk (#169) 2020-06-15 17:31:36 +08:00
sample Adding ADLS gen2 protocol layer code. (#153) 2020-06-09 06:31:12 -07:00
src Add more APIs in storage sdk (#169) 2020-06-15 17:31:36 +08:00
test Adding ADLS gen2 protocol layer code. (#153) 2020-06-09 06:31:12 -07:00
CMakeLists.txt Add more APIs in storage sdk (#169) 2020-06-15 17:31:36 +08:00