Skip to main content
Module

x/google_datastore/types.d.ts>ReserveIdsRequest

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

The request for Datastore.ReserveIds.

Properties

optional
databaseId: string

If not empty, the ID of the database against which to make the request.

keys: Key[]

Required. A list of keys with complete key paths whose numeric IDs should not be auto-allocated.