Package version:

Options for the byPage method

interface PageSettings {
    continuationToken?: string;
}

Properties

continuationToken?: string

A reference to a specific page to start iterating from.