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,["- [firebase](/docs/reference/node/firebase).\n- [storage](/docs/reference/node/firebase.storage).\n- ListOptions \nThe options `list()` accepts.\n\nIndex\n\nProperties\n\n- [maxResults](/docs/reference/node/firebase.storage.ListOptions#maxresults)\n- [pageToken](/docs/reference/node/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.