Stay organized with collections
Save and categorize content based on your preferences.
Properties
nextPageToken
nextPageToken: string | null
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/js/v8/firebase).\n- [storage](/docs/reference/js/v8/firebase.storage).\n- ListResult \nResult returned by list().\n\nIndex\n\nProperties\n\n- [items](/docs/reference/js/v8/firebase.storage.ListResult#items)\n- [nextPageToken](/docs/reference/js/v8/firebase.storage.ListResult#nextpagetoken)\n- [prefixes](/docs/reference/js/v8/firebase.storage.ListResult#prefixes)\n\nProperties\n\nitems \nitems: [Reference](/docs/reference/js/v8/firebase.storage.Reference)\\[\\] \nObjects in this directory.\nYou can call getMetadata() and getDownloadUrl() on them.\n\nnextPageToken \nnextPageToken: string \\| null \nIf set, there might be more results for this list. Use this token to resume the list.\n\nprefixes \nprefixes: [Reference](/docs/reference/js/v8/firebase.storage.Reference)\\[\\] \nReferences to prefixes (sub-folders). You can call list() on them to\nget its contents.\n\nFolders are implicit based on '/' in the object paths.\nFor example, if a bucket has two objects '/a/b/1' and '/a/b/2', list('/a')\nwill return '/a/b' as a prefix."]]
Result returned by list().