Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleDatastoreAdminV1Index

import type { GoogleDatastoreAdminV1Index } from "https://googleapis.deno.dev/v1/datastore:v1.ts";

Datastore composite index definition.

interface GoogleDatastoreAdminV1Index {
ancestor?: "ANCESTOR_MODE_UNSPECIFIED" | "NONE" | "ALL_ANCESTORS";
readonly indexId?: string;
kind?: string;
readonly projectId?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "CREATING"
| "READY"
| "DELETING"
| "ERROR";
}

§Properties

§
ancestor?: "ANCESTOR_MODE_UNSPECIFIED" | "NONE" | "ALL_ANCESTORS"
[src]

Required. The index's ancestor mode. Must not be ANCESTOR_MODE_UNSPECIFIED.

§
readonly indexId?: string
[src]

Output only. The resource ID of the index.

§
kind?: string
[src]

Required. The entity kind to which this index applies.

§
readonly projectId?: string
[src]

Output only. Project ID.

§

Required. An ordered sequence of property names and their index attributes. Requires: * A maximum of 100 properties.

§
readonly state?: "STATE_UNSPECIFIED" | "CREATING" | "READY" | "DELETING" | "ERROR"
[src]

Output only. The state of the index.