Indexing through a ordered datastore which has 100+ things inside

I want to get the name of everything inside a ordered datastore but your only able to index through the top 100 since thats the max page size. Is there any way to check the next page or something.

Yeah, use AdvanceToNextPageAsync on the Page object that GetSortedAsync returns.

2 Likes