Skip to main content
Module

x/google_datastore/mod.ts>Datastore#reserveIds

A set of APIs that allow interfacing to Google Datastore on GCP from Deno.
Latest
method Datastore.prototype.reserveIds
import { Datastore } from "https://deno.land/x/google_datastore@0.2.1/mod.ts";

Prevents the supplied keys' IDs from being auto-allocated by Cloud Datastore.

Parameters

keys: Key[]
optional
databaseId: string

Returns

Promise<void>