Package version:

Function getContinuationToken

  • Given the last .value produced by the byPage iterator, returns a continuation token that can be used to begin paging from that point later.

    Returns

    The continuation token that can be passed into byPage() during future calls.

    Parameters

    • page: unknown

      An object from accessing value on the IteratorResult from a byPage iterator.

    Returns string | undefined

Generated using TypeDoc