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

Update query-json-columns-elastic-tables.md #5344

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

Conversation

shaheerahmadch
Copy link
Contributor

Added Information about pagging:

To implement pagination in a Cosmos DB SQL query, you typically use a combination of the OFFSET and LIMIT clauses (similar to SQL Server’s OFFSET FETCH). However, Cosmos DB SQL API has its own way to handle pagination via continuation tokens rather than OFFSET and LIMIT directly.

Here is how you can approach it:

First Request: Fetch the initial set of records along with a continuation token.
Subsequent Requests: Use the continuation token to fetch the next set of records.
Here is an example of how you can perform this:

continue....

Copy link
Contributor

Learn Build status updates of commit faf51ee:

✅ Validation status: passed

File Status Preview URL Details
powerapps-docs/developer/data-platform/query-json-columns-elastic-tables.md ✅Succeeded

For more details, please refer to the build report.

For any questions, please:

@shaheerahmadch
Copy link
Contributor Author

shaheerahmadch commented Jul 4, 2024 via email

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

Successfully merging this pull request may close these issues.

6 participants