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

ShuffleReadMetrics

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

Shuffle data read by the task.

interface ShuffleReadMetrics {
fetchWaitTimeMillis?: bigint;
localBlocksFetched?: bigint;
localBytesRead?: bigint;
recordsRead?: bigint;
remoteBlocksFetched?: bigint;
remoteBytesRead?: bigint;
remoteBytesReadToDisk?: bigint;
remoteReqsDuration?: bigint;
shufflePushReadMetrics?: ShufflePushReadMetrics;
}

§Properties

§
fetchWaitTimeMillis?: bigint
[src]
§
localBlocksFetched?: bigint
[src]
§
localBytesRead?: bigint
[src]
§
recordsRead?: bigint
[src]
§
remoteBlocksFetched?: bigint
[src]
§
remoteBytesRead?: bigint
[src]
§
remoteBytesReadToDisk?: bigint
[src]
§
remoteReqsDuration?: bigint
[src]
§
shufflePushReadMetrics?: ShufflePushReadMetrics
[src]