StreamingQueryData constructor

StreamingQueryData({
  1. String? endTimestamp,
  2. String? exception,
  3. bool? isActive,
  4. String? name,
  5. String? runId,
  6. String? startTimestamp,
  7. String? streamingQueryId,
})

Implementation

StreamingQueryData({
  this.endTimestamp,
  this.exception,
  this.isActive,
  this.name,
  this.runId,
  this.startTimestamp,
  this.streamingQueryId,
});