Skip to main content

Interface: IterateOptions

Options accepted by BaseManager.createIterator.

Properties

PropertyTypeDescription
maxPages?numberMaximum number of pages to fetch. Defaults to DEFAULT_ITERATE_MAX_PAGES.
maxRows?numberMaximum number of rows to yield. Defaults to DEFAULT_ITERATE_MAX_ROWS.
pageSize?numberRecords per page passed to the underlying list call.