Skip to content

Commit 928d819

Browse files
committed
Updated document as per the comment to include single partition queries for Node.js SDK
1 parent fbb5bf7 commit 928d819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/sql/sql-query-pagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Here are some examples for processing results from queries with multiple pages:
4242

4343
## Continuation tokens
4444

45-
In the .NET SDK,Java SDK and Node.js SDK you can optionally use continuation tokens as a bookmark for your query's progress. Azure Cosmos DB query executions are stateless at the server side and can be resumed at any time using the continuation token. For the Python SDK, it's supported for single partition queries, and the PK must be specified in the options object because it's not sufficient to have it in the query itself.
45+
In the .NET SDK and Java SDK you can optionally use continuation tokens as a bookmark for your query's progress. Azure Cosmos DB query executions are stateless at the server side and can be resumed at any time using the continuation token. For the Python SDK and Node.js SDK, it's supported for single partition queries, and the PK must be specified in the options object because it's not sufficient to have it in the query itself.
4646

4747
Here are some example for using continuation tokens:
4848

0 commit comments

Comments
 (0)