Skip to main content
Module

x/google_datastore/types.d.ts>ValueBlob

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

Properties

blobValue: string

A blob value. May have at most 1,000,000 bytes.

When exclude_from_indexes is false, may have at most 1500 bytes. In JSON requests, must be base64-encoded.