azure-sdk-for-cpp/sdk/storage/test/blobs
JinmingHu 4d19f3b078
Integrate Response<T> into Storage Blobs Service (#327)
* Revert changes to storage code

* adapt to breaking changes in Azure::Core, Response->RawResponse, pipeline clone returns unique_ptr

* just to make build pass, remove this commit after https://github.com/Azure/azure-sdk-for-cpp/pull/326 is merged

* adapt to Response<T>

* concurrent upload/download also return Response<T>

* add BlobInfo and BlobContainerInfo
2020-07-21 10:31:00 +08:00
..
append_blob_client_test.cpp Integrate Response<T> into Storage Blobs Service (#327) 2020-07-21 10:31:00 +08:00
append_blob_client_test.hpp Datalake full feature support PR. (#257) 2020-07-13 05:31:02 -07:00
blob_container_client_test.cpp Integrate Response<T> into Storage Blobs Service (#327) 2020-07-21 10:31:00 +08:00
blob_container_client_test.hpp Datalake full feature support PR. (#257) 2020-07-13 05:31:02 -07:00
blob_service_client_test.cpp Integrate Response<T> into Storage Blobs Service (#327) 2020-07-21 10:31:00 +08:00
block_blob_client_test.cpp Integrate Response<T> into Storage Blobs Service (#327) 2020-07-21 10:31:00 +08:00
block_blob_client_test.hpp Datalake full feature support PR. (#257) 2020-07-13 05:31:02 -07:00
large_scale_test.cpp add perf benchmark code (#319) 2020-07-17 11:16:18 +08:00
page_blob_client_test.cpp Integrate Response<T> into Storage Blobs Service (#327) 2020-07-21 10:31:00 +08:00
page_blob_client_test.hpp Datalake full feature support PR. (#257) 2020-07-13 05:31:02 -07:00
performance_benchmark.cpp add perf benchmark code (#319) 2020-07-17 11:16:18 +08:00