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

HeartbeatRecord

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

A heartbeat record is returned as a progress indicator, when there are no data changes or any other partition record types in the change stream partition.

interface HeartbeatRecord {
timestamp?: Date;
}

§Properties

§
timestamp?: Date
[src]

Indicates the timestamp at which the query has returned all the records in the change stream partition with timestamp <= heartbeat timestamp. The heartbeat timestamp will not be the same as the timestamps of other record types in the same partition.