CommitResponse
import type { CommitResponse } from "https://googleapis.deno.dev/v1/spanner:v1.ts";
The response for Commit.
interface CommitResponse {
commitStats?: CommitStats;
commitTimestamp?: Date;
precommitToken?: MultiplexedSessionPrecommitToken;
}§Properties
§
commitStats?: CommitStats
[src]The statistics about this Commit
. Not returned by default. For more
information, see CommitRequest.return_commit_stats.
§
precommitToken?: MultiplexedSessionPrecommitToken
[src]If specified, transaction has not committed yet. You must retry the commit with the new precommit token.