Azure / azure-cosmos-dotnet-v3

.NET SDK for Azure Cosmos DB for the core SQL API
MIT License
736 stars 491 forks source link

Group by with continuation token #4464

Open Mortana89 opened 5 months ago

Mortana89 commented 5 months ago

Hi,

I noticed group by with continuation token is not supported by the SDK. Is this a limitation of the server or is this an SDK limitation?

How would one support paginating queries that implement a group by? The moment you have an API in front of the query you want to be able to limit the amount of results sent back and implement pagination, but I don't see how we could support this with the SDK?

If continuation token is not supported:

Thanks!