SourceProgress constructor

SourceProgress({
  1. String? description,
  2. String? endOffset,
  3. double? inputRowsPerSecond,
  4. String? latestOffset,
  5. Map<String, String>? metrics,
  6. String? numInputRows,
  7. double? processedRowsPerSecond,
  8. String? startOffset,
})

Implementation

SourceProgress({
  this.description,
  this.endOffset,
  this.inputRowsPerSecond,
  this.latestOffset,
  this.metrics,
  this.numInputRows,
  this.processedRowsPerSecond,
  this.startOffset,
});