Skip to main content
Module

x/google_datastore/types.d.ts>ValueString

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

Properties

stringValue: string

A UTF-8 encoded string value.

When exclude_from_indexes is false (it is indexed) , may have at most 1500 bytes. Otherwise, may be set to at most 1,000,000 bytes.