AzureDocumentDB-PHP
AzureDocumentDB-PHP copied to clipboard
Pagination
Hi community,
Firstly thanks for this SDK, I am using it every day for CRUD operation. Now I would like to use it for pagination.
In fact, I noticed that for some SELECT query, pagination is needed to get back all documents. Like with the Portal Azure, I need to use paging.
In the REST API documentation, the x-ms-continuous allows to pass in the next page. Is that possible to use this functionality with the current SDK ?
Thanks, Cyril
Hi,
the library can be easily patched to support continuation. Just look into the code and make a few adjustments. I patched an old version of the library two years ago but I am not the owner of the code changes and I don't use Azure anymore.