StreamingQueryStatus
Defined in: streaming/types.ts:24
Snapshot of a streaming query’s runtime state, as returned by StreamingQuery.status.
Properties
Section titled “Properties”isActive
Section titled “isActive”isActive: boolean;Defined in: streaming/types.ts:32
Whether the query is still running (not yet stopped or failed).
isDataAvailable
Section titled “isDataAvailable”isDataAvailable: boolean;Defined in: streaming/types.ts:28
Whether new input data is available to be processed.
isTriggerActive
Section titled “isTriggerActive”isTriggerActive: boolean;Defined in: streaming/types.ts:30
Whether a trigger is currently active (processing a batch).
message
Section titled “message”message: string;Defined in: streaming/types.ts:26
Human-readable description of what the query is doing right now.