Skip to main content
Module

x/google_datastore/types.d.ts>GoogleDatastoreAdminV1IndexedProperty

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

A property of an index.

Properties

direction: "ASCENDING" | "DESCENDING"

Required. The indexed property's direction. Must not be DIRECTION_UNSPECIFIED.

name: string

Required. The property name to index.