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

IntegerGauge

import type { IntegerGauge } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

A metric value representing temporal values of a variable.

interface IntegerGauge {
timestamp?: Date;
value?: SplitInt64;
}

§Properties

§
timestamp?: Date
[src]

The time at which this value was measured. Measured as msecs from epoch.

§

The value of the variable represented by this gauge.