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).
fetchAll(): Promise<CosmosFeedResponse<T>>
Materializes every matching row.