Skip to main content
Module

x/google_datastore/types.d.ts>TransactionOptions

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

Properties

optional
readOnly: ReadOnly

The transaction should only allow reads.

optional
readWrite: ReadWrite

The transaction should allow both reads and writes.