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

CommitStats

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

Additional statistics about a commit.

interface CommitStats {
mutationCount?: bigint;
}

§Properties

§
mutationCount?: bigint
[src]

The total number of mutations for the transaction. Knowing the mutation_count value can help you maximize the number of mutations in a transaction and minimize the number of API round trips. You can also monitor this value to prevent transactions from exceeding the system limit. If the number of mutations exceeds the limit, the server returns INVALID_ARGUMENT.