Re: Azure Blob ignores LIST_BLOB_OPTIONS

2021-01-26 Thread Mark Andreev
listBlobs, please feel > free to send a PR with your proposed fix. > > Regards, > Omar > > On Tue, Jan 26, 2021 at 2:14 PM Mark Andreev > wrote: > > > I found a solution for this issue. When I use Azure Api directly and > > operate with Page all works. It is use

Re: Azure Blob ignores LIST_BLOB_OPTIONS

2021-01-26 Thread Mark Andreev
that list of blobs in > the pages into one list and return that in the body and hence the reason > why you see no effects. I hope Azure will improve the API in the future to > allow alternative options as max results regardless of the pageable list. > > Regards, > Omar > > On Mon, Jan

Azure Blob ignores LIST_BLOB_OPTIONS

2021-01-25 Thread Mark Andreev
; log.info(String.format("Items count = '%d'", itemsCount)); }); How should I use this API to fetch only 5 items? Full example: https://github.com/mrk-andreev/example-camel-azure-blob-pagination-bug/blob/master/src/main/java/name/mrkandreev/camel/MyApplication.java -- Best regards, Mark Andreev