Skip to main content
Module

x/google_datastore/types.d.ts>ValueBase

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

Properties

optional
excludeFromIndexes: boolean

If the value should be excluded from all indexes including those defined explicitly.

optional
meaning: number

The meaning field should only be populated for backwards compatibility.