ICosmosDatabase.read(): Promise<CosmosItemResponse<Record<string, unknown>>>
Reads the database, proving the credentials and the database name.
Promise<CosmosItemResponse<Record<string, unknown>>>
The read envelope
ICosmosDatabase.read(): Promise<CosmosItemResponse<Record<string, unknown>>>
Reads the database, proving the credentials and the database name.
Promise<CosmosItemResponse<Record<string, unknown>>>
The read envelope
import { type ICosmosDatabase } from "database-plugin/src/index.ts";