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

StreamingQueryData

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

Streaming

interface StreamingQueryData {
endTimestamp?: bigint;
exception?: string;
isActive?: boolean;
name?: string;
runId?: string;
startTimestamp?: bigint;
streamingQueryId?: string;
}

§Properties

§
endTimestamp?: bigint
[src]
§
exception?: string
[src]
§
isActive?: boolean
[src]
§
name?: string
[src]
§
runId?: string
[src]
§
startTimestamp?: bigint
[src]
§
streamingQueryId?: string
[src]