Skip to main content
Module

x/google_datastore/types.d.ts>ValueTimestamp

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

Properties

timestampValue: string

A timestamp value.

When stored in the Datastore, precise only to microseconds; any additional precision is rounded down.