Unclear how to resume iterating with PageIterator
if the callback returns False
#688
Labels
status:waiting-for-triage
An issue that is yet to be reviewed or assigned
In other SDKs, the iterator class typically has a
Resume
method to restart the iteration where it left off, and a correspondingState
property to check if the iterator has completed or not. For example, in .NET:Is there a way to do this in this SDK?
The text was updated successfully, but these errors were encountered: