Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-27 UTC.
[null,null,["Last updated 2022-07-27 UTC."],[],[],null,["# ListOptions | JavaScript SDK\n\n- [firebase](/docs/reference/node/firebase).\n- [storage](/docs/reference/node/firebase.storage).\n- ListOptions\n==============================================================================================================\n\nThe options `list()` accepts.\n\nIndex\n-----\n\n### Properties\n\n- [maxResults](/docs/reference/node/firebase.storage.ListOptions#maxresults)\n- [pageToken](/docs/reference/node/firebase.storage.ListOptions#pagetoken)\n\nProperties\n----------\n\n### Optional maxResults\n\nmaxResults: number \\| null \nIf set, limits the total number of `prefixes` and `items` to return.\nThe default and maximum maxResults is 1000.\n\n### Optional pageToken\n\npageToken: string \\| null \nThe `nextPageToken` from a previous call to `list()`. If provided,\nlisting is resumed from the previous position."]]
The options
list()
accepts.