azure-sdk-for-cpp/sdk/storage/azure-storage-blobs/test
JinmingHu 38a376dc60
Pageable list functions (#2116)
* Pageable ListBlobs and ListBlobsByHierarchy

* remove extra newline

* ListBlobContainers ListFileSystems

* make constructors private

* Fix bug: continuation token

* FindBlobsByTags

* default constructible

* GetPageRanges

* fix bug of HasMore()

* fix ut bug

* ListFilesAndDirecotories

* fix ut bug

* add "class"

* ForceCloseAllHandles

* ListShares

* ListDirectoryHandles

* ForceCloseAllHandles

* ListHandles

* remove unused responses

* reorder

* changelog

* doc

* fix bug

* make ListFileSystemsPagedResponse constructor public

* NextPage

* explicit private

* Update sdk/storage/azure-storage-files-datalake/CHANGELOG.md

Co-authored-by: Ahson Khan <ahkha@microsoft.com>

* Update sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/share_service_client.hpp

Co-authored-by: Ahson Khan <ahkha@microsoft.com>

* fix clang-format

* optional context

* bla bla

* remove inlcude header

* bla bla bla

* bla bla bla bla

* bla

* rename Items

* rename Handles

* clang-format

* listPaths

* SetAccessControlListRecursive

* move unused return types to details namespace

* Rename NextPage and HasMore

* clang-format

* Apply suggestions from code review

Co-authored-by: Ahson Khan <ahkha@microsoft.com>

* Update sdk/storage/azure-storage-blobs/CHANGELOG.md

Co-authored-by: Ahson Khan <ahkha@microsoft.com>

* Update sdk/storage/azure-storage-blobs/CHANGELOG.md

Co-authored-by: Ahson Khan <ahkha@microsoft.com>

* Update sdk/storage/azure-storage-blobs/CHANGELOG.md

Co-authored-by: Ahson Khan <ahkha@microsoft.com>

* add comment Execution is never expected to reach here

* FilterBlobItem -> TaggedBlobItem

* Remvoe SetAccessControlListRecursive

* remove ForceCloseAllHandles

* CL for options

* CL

* Update sdk/storage/azure-storage-files-datalake/CHANGELOG.md

Co-authored-by: Ahson Khan <ahkha@microsoft.com>

* move impl to .cpp

* keep current page unchanged on exception from MoveToNextPage()

* Update sdk/storage/azure-storage-blobs/CHANGELOG.md

Co-authored-by: Ahson Khan <ahkha@microsoft.com>

* Update sdk/storage/azure-storage-blobs/CHANGELOG.md

Co-authored-by: Ahson Khan <ahkha@microsoft.com>

Co-authored-by: Ahson Khan <ahkha@microsoft.com>
2021-04-16 06:47:50 +00:00
..
perf Simplify the Context structure (#1824) 2021-03-10 23:19:23 +00:00
ut Pageable list functions (#2116) 2021-04-16 06:47:50 +00:00