You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When using GetItemQueryIterator I cannot see a way to pass in the session token.
Describe the solution you'd like
A way to retrieve multiple documents passing in a session token. One way would be to add session token to QueryRequestOptions and use it.
Describe alternatives you've considered
I can retrieve a single item using ReadItemAsync and pass in the session token as part of the options.
Is your feature request related to a problem? Please describe.
When using GetItemQueryIterator I cannot see a way to pass in the session token.
Describe the solution you'd like
A way to retrieve multiple documents passing in a session token. One way would be to add session token to QueryRequestOptions and use it.
Describe alternatives you've considered
I can retrieve a single item using ReadItemAsync and pass in the session token as part of the options.
Additional context
Maybe there is a way to do this, and I've just not found it? I also opened a Stack Overflow question a few days ago, but had no response on that yet https://stackoverflow.com/questions/58644522/net-core-cosmosdb-get-multiple-documents-with-session
The text was updated successfully, but these errors were encountered: