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;
}