OptionalconsistencyEventual-consistency controls forwarded to the underlying search call.
Defaults to { waitUpToMs: 0 } (ignore eventual consistency) when omitted.
Only the first page honours this window: once paging is under way an
empty page is a legitimate end-of-results, not a not-yet-consistent read,
so subsequent (and exhaustion-probe) fetches always use { waitUpToMs: 0 }.
Waiting on those would make the terminal fetch of an exactly-full or empty
result set block for the whole window and then throw.
OptionalmaxSafety cap on pages fetched (default: unbounded). A non-positive value
(0 or negative) fetches no pages at all — the cap is enforced before
the first request, so it is always honoured exactly.
OptionalmodeHow to advance. auto prefers a cursor, falls back to offset.
OptionalsignalAbort between pages; a fired signal stops further fetches.
Options for
search*.paginate(...): page controls + per-call forwarding.