Skip to main content
Module

x/google_datastore/mod.ts>Query#order

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

Sort the results by a property name in ascending or descending order.

By default, the results will be in ascending order. Set descending to true to sort in descending order.

Parameters

property: string
optional
descending: boolean