[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-22 UTC."],[],[],null,["# ListOptions interface\n\nThe options `list()` accepts.\n\n**Signature:** \n\n export interface ListOptions \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------|----------------|-------------------------------------------------------------------------------------------------------------------|\n| [maxResults](./storage.listoptions.md#listoptionsmaxresults) | number \\| null | If set, limits the total number of `prefixes` and `items` to return. The default and maximum maxResults is 1000. |\n| [pageToken](./storage.listoptions.md#listoptionspagetoken) | string \\| null | The `nextPageToken` from a previous call to `list()`. If provided, listing is resumed from the previous position. |\n\nListOptions.maxResults\n----------------------\n\nIf set, limits the total number of `prefixes` and `items` to return. The default and maximum maxResults is 1000.\n\n**Signature:** \n\n maxResults?: number | null;\n\nListOptions.pageToken\n---------------------\n\nThe `nextPageToken` from a previous call to `list()`. If provided, listing is resumed from the previous position.\n\n**Signature:** \n\n pageToken?: string | null;"]]