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

StateOperatorProgress

import type { StateOperatorProgress } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
interface StateOperatorProgress {
allRemovalsTimeMs?: bigint;
allUpdatesTimeMs?: bigint;
commitTimeMs?: bigint;
customMetrics?: {
[key: string]: bigint;
}
;
memoryUsedBytes?: bigint;
numRowsDroppedByWatermark?: bigint;
numRowsRemoved?: bigint;
numRowsTotal?: bigint;
numRowsUpdated?: bigint;
numShufflePartitions?: bigint;
numStateStoreInstances?: bigint;
operatorName?: string;
}

§Properties

§
allRemovalsTimeMs?: bigint
[src]
§
allUpdatesTimeMs?: bigint
[src]
§
commitTimeMs?: bigint
[src]
§
customMetrics?: {
[key: string]: bigint;
}
[src]
§
memoryUsedBytes?: bigint
[src]
§
numRowsDroppedByWatermark?: bigint
[src]
§
numRowsRemoved?: bigint
[src]
§
numRowsTotal?: bigint
[src]
§
numRowsUpdated?: bigint
[src]
§
numShufflePartitions?: bigint
[src]
§
numStateStoreInstances?: bigint
[src]
§
operatorName?: string
[src]