Skip to main content
Module

x/google_datastore/types.d.ts>CommitResponse

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

The response for Datastore.Commit.

Properties

indexUpdates: number

The number of index entries updated during the commit, or zero if none were updated.

mutationResults: MutationResult[]

The result of performing the mutations. The i-th mutation result corresponds to the i-th mutation in the request.