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

StageInputMetrics

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