Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve multiple documents with Session Token #973

Closed
dpgregory opened this issue Nov 5, 2019 · 1 comment · Fixed by #979
Closed

Retrieve multiple documents with Session Token #973

dpgregory opened this issue Nov 5, 2019 · 1 comment · Fixed by #979

Comments

@dpgregory
Copy link
Contributor

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

@j82w
Copy link
Contributor

j82w commented Nov 5, 2019

@bchong95 is there any reason to block making this property public?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants