voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 469 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) > [maxResults](./storage.listoptions.maxresults.md)
## ListOptions.maxResults property
If set, limits the total number of `prefixes` and `items` to return. The default and maximum maxResults is 1000.
<b>Signature:</b>
```typescript
maxResults?: number | null;
```