Skip to main content
Module

x/google_datastore/types.d.ts>LookupRequest

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

The request for Datastore.Lookup.

Properties

keys: Key[]

Required. Keys of entities to look up.

optional
readOptions: ReadOptions

The options for this lookup request.