A structural subset of the SDK Container — the members the adapter drives.
readonly
items: ICosmosItems
The document collection.
item(id: string,partitionKey?: CosmosPartitionKeyValue): ICosmosItem
Addresses one document by id and partition key.
read(): Promise<CosmosItemResponse<CosmosContainerDefinition>>
Reads the container definition, which is also what proves the container exists.