OutputMetricsCopyimport 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]