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, absent otherwise.