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

SinkProgress

import type { SinkProgress } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
interface SinkProgress {
description?: string;
metrics?: {
[key: string]: string;
}
;
numOutputRows?: bigint;
}

§Properties

§
description?: string
[src]
§
metrics?: {
[key: string]: string;
}
[src]
§
numOutputRows?: bigint
[src]