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

InputMetrics

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

Metrics about the input data read by the task.

interface InputMetrics {
bytesRead?: bigint;
recordsRead?: bigint;
}

§Properties

§
bytesRead?: bigint
[src]
§
recordsRead?: bigint
[src]