voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
22 lines (13 loc) • 859 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/storage](./storage.md) > [ListOptions](./storage.listoptions.md)
## ListOptions interface
The options `list()` accepts.
<b>Signature:</b>
```typescript
export interface ListOptions
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [maxResults?](./storage.listoptions.maxresults.md) | number \| null | <i>(Optional)</i> If set, limits the total number of <code>prefixes</code> and <code>items</code> to return. The default and maximum maxResults is 1000. |
| [pageToken?](./storage.listoptions.pagetoken.md) | string \| null | <i>(Optional)</i> The <code>nextPageToken</code> from a previous call to <code>list()</code>. If provided, listing is resumed from the previous position. |