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

CommitResponse

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

The response for Commit.

interface CommitResponse {
commitStats?: CommitStats;
commitTimestamp?: Date;
}

§Properties

§
commitStats?: CommitStats
[src]

The statistics about this Commit. Not returned by default. For more information, see CommitRequest.return_commit_stats.

§
commitTimestamp?: Date
[src]

The Cloud Spanner timestamp at which the transaction committed.