An interface that allows async iterable iteration both to completion and by page.
Return an AsyncIterableIterator that works a page at a time
The connection to the async iterator, part of the iteration protocol
The next method, part of the iteration protocol
An interface that allows async iterable iteration both to completion and by page.