> ## Documentation Index
> Fetch the complete documentation index at: https://terminal49.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: IterateOptions

# Interface: IterateOptions

Options accepted by BaseManager.createIterator.

## Properties

| Property                                 | Type     | Description                                                                                                                                       |
| ---------------------------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="property-maxpages" /> `maxPages?` | `number` | Maximum number of pages to fetch. Defaults to [DEFAULT\_ITERATE\_MAX\_PAGES](/sdk/reference/client/managers/variables/DEFAULT_ITERATE_MAX_PAGES). |
| <a id="property-maxrows" /> `maxRows?`   | `number` | Maximum number of rows to yield. Defaults to [DEFAULT\_ITERATE\_MAX\_ROWS](/sdk/reference/client/managers/variables/DEFAULT_ITERATE_MAX_ROWS).    |
| <a id="property-pagesize" /> `pageSize?` | `number` | Records per page passed to the underlying list call.                                                                                              |
