Jump to top

ListResult

interface

Result returned by list().

Properties

items

</>

Objects in this directory. You can call getMetadata() and getDownloadUrl() on them.

items: Reference[];

nextPageToken

</>

If set, there might be more results for this list. Use this token to resume the list.

nextPageToken: string | null;

prefixes

</>

References to prefixes (sub-folders). You can call list() on them to get its contents.

prefixes: Reference[];