ICosmosItems.query(spec: CosmosQuerySpec): ICosmosQueryIterator<Record<string, unknown>>
Runs a parameterized SQL query across the container.
spec: CosmosQuerySpec
The query text and its bound parameters
ICosmosQueryIterator<Record<string, unknown>>
An iterator over the matching rows