interface CosmosAccessCondition
Since 0.2.0

One access condition — the optimistic-concurrency guard the replace path uses.

Properties

readonly
type: "IfMatch"

The condition kind; the adapter only ever sends IfMatch.

readonly
condition: string

The _etag the write is conditional on.

Usage

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