Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ReadOnly

import type { ReadOnly } from "https://googleapis.deno.dev/v1/datastore:v1.ts";

Options specific to read-only transactions.

interface ReadOnly {
readTime?: Date;
}

§Properties

§
readTime?: Date
[src]

Reads entities at the given time. This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days.