Skip to main content
Module

x/google_datastore/types.d.ts>PropertyOrder

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

The desired order for a specific property.

Properties

optional
direction: "ASCENDING" | "DESCENDING"

The direction to order by. Defaults to ASCENDING.

The property to order by.