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

OutputMetrics

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

Metrics about the data written by the task.

interface OutputMetrics {
bytesWritten?: bigint;
recordsWritten?: bigint;
}

§Properties

§
bytesWritten?: bigint
[src]
§
recordsWritten?: bigint
[src]