StageInputMetricsCopyimport type { StageInputMetrics } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";Metrics about the input read by the stage. interface StageInputMetrics {bytesRead?: bigint;recordsRead?: bigint;}§Properties§bytesRead?: bigint[src]§recordsRead?: bigint[src]