Jump to top

ListOptions

interface

The options list() accepts.

Properties

maxResults

</>

If set, limits the total number of prefixes and items to return. The default and maximum maxResults is 1000.

maxResults: undefined | number;

pageToken

</>

The nextPageToken from a previous call to list(). If provided, listing is resumed from the previous position.

pageToken: undefined | string;