property BigtableAdapterOptionsBase.maxPageFetches
Since 0.2.0

How many server round trips one findPage may take before it returns a bounded — but explicitly non-terminal — page. Defaults to 10.

The bound exists because a client-side filter can empty a whole raw batch: without it, a highly selective predicate over a large key range would scan indefinitely inside one request.

Type

number

Usage

import { type BigtableAdapterOptionsBase } from "database-plugin/src/index.ts";