resumeToken property
read / write
If this request is resuming a previously interrupted read, resume_token
should be copied from the last PartialResultSet yielded before the
interruption. Doing this enables the new read to resume where the last
read left off. The rest of the request parameters must exactly match the
request that yielded this token.
Implementation
core.String resumeToken;