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

Expose the value of odata.maxpagesize on ODataQueryOptions #2155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stephenjust
Copy link

Description

This change exposes the value of the Prefer: odata.maxpagesize=N header so that controllers can more easily build logic to handle it if a custom paging solution is used.

Checklist (Uncheck if it is not completed)

  • Test cases added (Covered by existing PageAttributeTest)
  • Build and test with one-click build and test script passed

Additional work necessary

If documentation update is needed, please add "Docs Needed" label to the issue and provide details about the required document change in the issue.

Public interface change, new property would need to be documented.

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

Successfully merging this pull request may close these issues.

None yet

2 participants