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.
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
Most helpful comment
If you look here, I do something similar where I get
ResponseContinuationfrom the query result and add it toFeedOptionsfor the next fetch.