interface ICosmosQueryIterator
Since 0.2.0

A query iterator, narrowed to the one member the adapter uses.

fetchNext() is deliberately absent: the adapter pages by the portable keyset cursor rather than by continuation token, because Cosmos returns no continuation token for a query carrying ORDER BY (measured).

Type Parameters

The row shape

Methods

Materializes every matching row.

Usage

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