Skip to main content
Module

x/google_datastore/types.d.ts>ArrayValue

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

An array value.

Properties

optional
values: Value[]

Values in the array.

The order of values in an array is preserved as long as all values have identical settings for 'exclude_from_indexes'.