[[["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-27 UTC."],[],[],null,["- [firebase](/docs/reference/js/v8/firebase).\n- [storage](/docs/reference/js/v8/firebase.storage).\n- ListOptions \nThe options `list()` accepts.\n\nIndex\n\nProperties\n\n- [maxResults](/docs/reference/js/v8/firebase.storage.ListOptions#maxresults)\n- [pageToken](/docs/reference/js/v8/firebase.storage.ListOptions#pagetoken)\n\nProperties\n\nOptional maxResults \nmaxResults: number \\| null \nIf set, limits the total number of `prefixes` and `items` to return.\nThe default and maximum maxResults is 1000.\n\nOptional pageToken \npageToken: string \\| null \nThe `nextPageToken` from a previous call to `list()`. If provided,\nlisting is resumed from the previous position."]]
The options
list()
accepts.