StreamingQueryProgress constructor
StreamingQueryProgress({
- String? batchDuration,
- String? batchId,
- Map<
String, String> ? durationMillis, - Map<
String, String> ? eventTime, - String? name,
- Map<
String, String> ? observedMetrics, - String? runId,
- SinkProgress? sink,
- List<
SourceProgress> ? sources, - List<
StateOperatorProgress> ? stateOperators, - String? streamingQueryProgressId,
- String? timestamp,
Implementation
StreamingQueryProgress({
this.batchDuration,
this.batchId,
this.durationMillis,
this.eventTime,
this.name,
this.observedMetrics,
this.runId,
this.sink,
this.sources,
this.stateOperators,
this.streamingQueryProgressId,
this.timestamp,
});