ICosmosContainer.item(id: string,partitionKey?: CosmosPartitionKeyValue): ICosmosItem
Addresses one document by id and partition key.
optional
partitionKey: CosmosPartitionKeyValue
The partition-key value
The item handle
ICosmosContainer.item(id: string,partitionKey?: CosmosPartitionKeyValue): ICosmosItem
Addresses one document by id and partition key.
partitionKey: CosmosPartitionKeyValue
The partition-key value
The item handle
import { type ICosmosContainer } from "database-plugin/src/index.ts";