ICosmosQueryIterator.fetchAll(): Promise<CosmosFeedResponse<T>>
Materializes every matching row.
Promise<CosmosFeedResponse<T>>
The feed response carrying the rows
ICosmosQueryIterator.fetchAll(): Promise<CosmosFeedResponse<T>>
Materializes every matching row.
Promise<CosmosFeedResponse<T>>
The feed response carrying the rows
import { type ICosmosQueryIterator } from "database-plugin/src/index.ts";