The options list()
accepts.
Signature:
export interface ListOptions
Properties
Property | Type | Description |
---|---|---|
maxResults | number | null | If set, limits the total number of prefixes and items to return. The default and maximum maxResults is 1000. |
pageToken | string | null | The nextPageToken from a previous call to list() . If provided, listing is resumed from the previous position. |
ListOptions.maxResults
If set, limits the total number of prefixes
and items
to return. The default and maximum maxResults is 1000.
Signature:
maxResults?: number | null;
ListOptions.pageToken
The nextPageToken
from a previous call to list()
. If provided, listing is resumed from the previous position.
Signature:
pageToken?: string | null;