<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/storage](./storage.md) &gt; [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. |

