Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/google_datastore/types.d.ts>CommitRequest

A set of APIs that allow interfacing to Google Datastore on GCP from Deno.
Latest
interface CommitRequest
import { type CommitRequest } from "https://deno.land/x/google_datastore@0.2.1/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