IBigtableRow.conditionalMutate(test: readonly BigtableFilter[],branches: { readonly onMatch?: readonly BigtableMutation[]; readonly onNoMatch?: readonly BigtableMutation[]; }): Promise<boolean>
Applies one branch of a CheckAndMutateRow atomically.
test: readonly BigtableFilter[]
The predicate evaluated against the row
branches: { readonly onMatch?: readonly BigtableMutation[]; readonly onNoMatch?: readonly BigtableMutation[]; }
The mutation lists for a matching and a non-matching row