Skip to content

add async version of QUERY_ITEMS_API (CosmosAsyncClient)

Currently, using the existing client (Sync API), a certain number of extra (prefetch) queries are performed when retrieve records from the database page by page. This increases the consumption of Cosmos DB Requests Units (RUs). To prevent this, an asynchronous client and an appropriate method for retrieving records from the database using this asynchronous client have been added.

Issue

Edited by Yurii Kondakov

Merge request reports