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

MetricShortId

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

The metric short id is returned to the user alongside an offset into ReportWorkItemStatusRequest

interface MetricShortId {
metricIndex?: number;
shortId?: bigint;
}

§Properties

§
metricIndex?: number
[src]

The index of the corresponding metric in the ReportWorkItemStatusRequest. Required.

§
shortId?: bigint
[src]

The service-generated short identifier for the metric.