interface CosmosBatchDeleteOperation
Since 0.2.0

A batch operation removing one document.

Properties

readonly
operationType: "Delete"

The operation kind.

readonly
id: string

The document id.

Usage

import { type CosmosBatchDeleteOperation } from "database-plugin/src/index.ts";