UNPKG

veritatisdoloremque

Version:
14 lines (8 loc) 493 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/storage-types](./storage-types.md) &gt; [ListOptions](./storage-types.listoptions.md) &gt; [maxResults](./storage-types.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; ```