Skip to main content
Module

x/google_datastore/types.d.ts>CommitRequest

A set of APIs that allow interfacing to Google Datastore on GCP from Deno.
Go to Latest
interface CommitRequest
import { type CommitRequest } from "https://deno.land/x/google_datastore@0.0.14/types.d.ts";

The request for Datastore.Commit.

Properties

optional
mode: "TRANSACTIONAL" | "NON_TRANSACTIONAL"

The type of commit to perform. Defaults to TRANSACTIONAL.

mutations: Mutation[]
optional
transaction: string