You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: