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

StageShufflePushReadMetrics

import type { StageShufflePushReadMetrics } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
interface StageShufflePushReadMetrics {
corruptMergedBlockChunks?: bigint;
localMergedBlocksFetched?: bigint;
localMergedBytesRead?: bigint;
localMergedChunksFetched?: bigint;
mergedFetchFallbackCount?: bigint;
remoteMergedBlocksFetched?: bigint;
remoteMergedBytesRead?: bigint;
remoteMergedChunksFetched?: bigint;
remoteMergedReqsDuration?: bigint;
}

§Properties

§
corruptMergedBlockChunks?: bigint
[src]
§
localMergedBlocksFetched?: bigint
[src]
§
localMergedBytesRead?: bigint
[src]
§
localMergedChunksFetched?: bigint
[src]
§
mergedFetchFallbackCount?: bigint
[src]
§
remoteMergedBlocksFetched?: bigint
[src]
§
remoteMergedBytesRead?: bigint
[src]
§
remoteMergedChunksFetched?: bigint
[src]
§
remoteMergedReqsDuration?: bigint
[src]