A structural subset of the SDK Database.
container(id: string): ICosmosContainer
Addresses a container by id. The container is not created.
read(): Promise<CosmosItemResponse<Record<string, unknown>>>
Reads the database, proving the credentials and the database name.