BeginTransactionRequest
import type { BeginTransactionRequest } from "https://googleapis.deno.dev/v1/spanner:v1.ts";
The request for BeginTransaction.
interface BeginTransactionRequest {
mutationKey?: Mutation;
options?: TransactionOptions;
requestOptions?: RequestOptions;
}§Properties
§
options?: TransactionOptions
[src]Required. Options for the new transaction.
§
requestOptions?: RequestOptions
[src]Common options for this request. Priority is ignored for this request.
Setting the priority in this request_options
struct doesn't do anything.
To set the priority for a transaction, set it on the reads and writes that
are part of this transaction instead.