-
Notifications
You must be signed in to change notification settings - Fork 111
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
Add next page token to PagedResult #82
Comments
Why would it be a string property? How is the token used? I'm open to the addition, just not sure of how one would use it when working with paged data. |
Thanks for the reply. Use cases: Utilizing the paging function on supported databases. This is espescially useful when dealing with document db that has a limit of 1000 records on searches. Token Example: |
In many cases a token for the next page is used, but neither PagedResult or PagedInfo includes this.
This could be solved by adding a string property to either PagedResult or PagedInfo.
I'm glad to do a PR with proposed changes.
The text was updated successfully, but these errors were encountered: