Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination #9

Open
cdupland opened this issue Jun 9, 2017 · 1 comment
Open

Pagination #9

cdupland opened this issue Jun 9, 2017 · 1 comment

Comments

@cdupland
Copy link

cdupland commented Jun 9, 2017

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

@goshoo
Copy link

goshoo commented Jul 28, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants