Skip to main content
Module

x/google_datastore/types.d.ts>GoogleDatastoreAdminV1Index

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

Datastore composite index definition.

Properties

ancestor: "NONE" | "ALL_ANCESTORS"

Required. The index's ancestor mode.

Must not be ANCESTOR_MODE_UNSPECIFIED.

kind: string

Required. The entity kind to which this index applies.

Required. An ordered sequence of property names and their index attributes.