Skip to main content
Module

x/google_datastore/mod.ts>Datastore#allocateIds

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

Allocates IDs for the given keys, which is useful for referencing an entity before it is inserted.

Parameters

...keys: Key[]

Returns

Promise<Key[]>