The container definition the partition-key resolver reads.
readonly
optional
partitionKey: { readonly paths?: readonly string[]; readonly kind?: string; }
The partition-key definition, present on every container.
The container definition the partition-key resolver reads.
partitionKey: { readonly paths?: readonly string[]; readonly kind?: string; }
The partition-key definition, present on every container.
import { type CosmosContainerDefinition } from "database-plugin/src/index.ts";