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

StreamingQueryProgress

import type { StreamingQueryProgress } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
interface StreamingQueryProgress {
batchDuration?: bigint;
batchId?: bigint;
durationMillis?: {
[key: string]: bigint;
}
;
eventTime?: {
[key: string]: string;
}
;
name?: string;
observedMetrics?: {
[key: string]: string;
}
;
runId?: string;
sink?: SinkProgress;
sources?: SourceProgress[];
stateOperators?: StateOperatorProgress[];
streamingQueryProgressId?: string;
timestamp?: string;
}

§Properties

§
batchDuration?: bigint
[src]
§
batchId?: bigint
[src]
§
durationMillis?: {
[key: string]: bigint;
}
[src]
§
eventTime?: {
[key: string]: string;
}
[src]
§
name?: string
[src]
§
observedMetrics?: {
[key: string]: string;
}
[src]
§
runId?: string
[src]
§
stateOperators?: StateOperatorProgress[]
[src]
§
streamingQueryProgressId?: string
[src]
§
timestamp?: string
[src]