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

Continuation token does not seem to be available on table.query_entities(table, query) #45

Closed
stevenmaguire opened this issue Aug 25, 2016 · 2 comments

Comments

@stevenmaguire
Copy link

I am not able to find much documentation on the matter and I am interested in getting the continuation token for larger queries to paginate. Is it available somehow? If so, how?

@stevenmaguire
Copy link
Author

This section of code leads me to believe I should expect something on the collection of entities returned: https://github.com/Azure/azure-storage-ruby/blob/v0.10.2/lib/azure/storage/table/table_service.rb#L277

@stevenmaguire
Copy link
Author

I figured it out. I am going to add a usage example to the README; it was straightforward, just not what I was expecting. Also, a microsoft article references the azure gem and suggests the continuation token would come along as a tuple with the results. I wrongly assumed it would be similar here.

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

No branches or pull requests

1 participant