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

DataflowGaugeValue

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

The gauge value of a metric.

interface DataflowGaugeValue {
measuredTime?: Date;
value?: bigint;
}

§Properties

§
measuredTime?: Date
[src]

The timestamp when the gauge was recorded.

§
value?: bigint
[src]

The value of the gauge.