Class: StreamingQueryInfo

eclairjs/sql/streaming.StreamingQueryInfo

:: Experimental :: A class used to report information about the progress of a StreamingQuery.

Constructor

new StreamingQueryInfo(name, id, sourceStatuses, sinkStatus)

Parameters:
Name Type Description
name The StreamingQuery name. This name is unique across all active queries.
id The StreamingQuery id. This id is unique across all queries that have been started in the current process.
sourceStatuses The current statuses of the StreamingQuery's sources.
sinkStatus The current status of the StreamingQuery's sink.
Source: