Skip to main content
Module

x/google_datastore/types.d.ts>ValueEntity

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

Properties

entityValue: Entity

An entity value.

  • May have no key.
  • May have a key with an incomplete key path.
  • May have a reserved/read-only key.