Azure-cosmos-dotnet-v3: Add a ContinuationToken in the 'GetItemLinqQueryable' method

Created on 14 Jul 2019  路  5Comments  路  Source: Azure/azure-cosmos-dotnet-v3

As in the previous SDK I'd like to use continuation tokens with Linq queries. Right now I can't use a continuation token because the method is missing.

LINQ QUERY Release-Notes bug

Most helpful comment

If you look here, I do something similar where I get ResponseContinuation from the query result and add it to FeedOptions for the next fetch.

All 5 comments

I have the same issue. I can't migrate away from V2 because of this.

Can you please paste the code snippet you were using in V2 , it will help us to finalize it on V3 ?

If you look here, I do something similar where I get ResponseContinuation from the query result and add it to FeedOptions for the next fetch.

I see that it is merged. Any idea when it will be released?

I see that it is merged. Any idea when it will be released?

Release is scheduled for next week

Was this page helpful?
0 / 5 - 0 ratings