How can I use getAll with a key range and a limit? it only seems to allow Key? as input
Trying to achieve the equivalent of: Select * from table where id >= startId limit maxEntries
I understand that it can be achieved via cursor APIs but getAll is more efficient as its a true bulk read