Skip to main content
Module

x/google_datastore/types.d.ts>RunQueryRequest

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

The request for Datastore.RunQuery.

Properties

optional
gqlQuery: GqlQuery

The GQL query to run.

optional
partitionId: PartitionId

Entities are partitioned into subsets, identified by a partition ID.

Queries are scoped to a single partition.

This partition ID is normalized with the standard default context partition ID.

optional
query: Query

The query to run.

optional
readOptions: ReadOptions

The options for this query.