-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
how to specify continuation for query_tables and query_entities #35
Comments
Verified as fixed. |
lmazuel
pushed a commit
that referenced
this issue
Jun 8, 2018
yunhaoling
pushed a commit
to yunhaoling/azure-sdk-for-python
that referenced
this issue
Mar 25, 2019
Replacing proton layer with uAMQP
wonder6845
pushed a commit
to wonder6845/azure-sdk-for-python
that referenced
this issue
Aug 21, 2022
[keyvault] style: format to f-string samples/recover_purge_operations_async.py
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently there is functionality to set a maximum for the number of tables/entities returned using the 'top' parameter.
However, it is unclear whether or not we have the ability to specify which 'page' we are interested in. Looking at the parameters for query_tables and query_entities, it doesn't look like that functionality is exposed.
The documentation at http://msdn.microsoft.com/en-us/library/windowsazure/dd135718 describes how this works for the REST API.
The text was updated successfully, but these errors were encountered: