Skip to main content
Module

x/google_datastore/query.ts>Query#offset

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

Start returning results after the offset, the value must be > 1.

Parameters

offset: number