Skip to main content
Module

x/google_datastore/types.d.ts>ReadWrite

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

Options specific to read / write transactions.

Properties

optional
previousTransaction: string

The transaction identifier of the transaction being retried.