Skip to content

Commit 40dd456

Browse files
Merge pull request #215248 from seesharprun/cosmos-continuation-tokens-node
Cosmos DB | Fix continuation token article regression issue
2 parents b6bdc41 + e5b8059 commit 40dd456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

4545
## Continuation tokens
4646

47-
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.
47+
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, continuation tokens are only supported for single partition queries. The partition key must be specified in the options object because it's not sufficient to have it in the query itself.
4848

4949
Here are some example for using continuation tokens:
5050

0 commit comments

Comments
 (0)