veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
22 lines (13 loc) • 851 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/storage-types](./storage-types.md) > [ListOptions](./storage-types.listoptions.md)
## ListOptions interface
The options `list()` accepts.
<b>Signature:</b>
```typescript
export interface ListOptions
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [maxResults](./storage-types.listoptions.maxresults.md) | number \| null | 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-types.listoptions.pagetoken.md) | string \| null | The <code>nextPageToken</code> from a previous call to <code>list()</code>. If provided, listing is resumed from the previous position. |