interface IBigtableRow
Since 0.2.0

The row-scoped write surface: one atomic check-and-mutate.

Methods

conditionalMutate(
test: readonly BigtableFilter[],
branches: { readonly onMatch?: readonly BigtableMutation[]; readonly onNoMatch?: readonly BigtableMutation[]; }
): Promise<boolean>

Applies one branch of a CheckAndMutateRow atomically.

Usage

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