BatchWriteResponse
import type { BatchWriteResponse } from "https://googleapis.deno.dev/v1/spanner:v1.ts";The result of applying a batch of mutations.
§Properties
§
commitTimestamp?: Date
[src]The commit timestamp of the transaction that applied this batch. Present if status is OK and the mutation groups were applied, absent otherwise. For mutation groups with conditions, a status=OK and missing commit_timestamp means that the mutation groups were not applied due to the condition not being satisfied after evaluation.