A batch operation removing one document.
readonly
operationType: "Delete"
The operation kind.
readonly
id: string
The document id.
A batch operation removing one document.
operationType: "Delete"
The operation kind.
id: string
The document id.
import { type CosmosBatchDeleteOperation } from "database-plugin/src/index.ts";