AzureDocumentDB-PHP icon indicating copy to clipboard operation
AzureDocumentDB-PHP copied to clipboard

Pagination

Open cdupland opened this issue 7 years ago • 1 comments

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

cdupland avatar Jun 09 '17 08:06 cdupland

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.

goshoo avatar Jul 28 '17 10:07 goshoo