Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchWriteRequest

import type { BatchWriteRequest } from "https://googleapis.deno.dev/v1/spanner:v1.ts";

The request for BatchWrite.

interface BatchWriteRequest {
excludeTxnFromChangeStreams?: boolean;
mutationGroups?: MutationGroup[];
requestOptions?: RequestOptions;
}

§Properties

§
excludeTxnFromChangeStreams?: boolean
[src]

Optional. If you don't set the exclude_txn_from_change_streams option or if it's set to false, then any change streams monitoring columns modified by transactions will capture the updates made within that transaction.

§
mutationGroups?: MutationGroup[]
[src]

Required. The groups of mutations to be applied.

§
requestOptions?: RequestOptions
[src]

Common options for this request.