WorkItemStatus constructor

WorkItemStatus({
  1. bool? completed,
  2. List<CounterUpdate>? counterUpdates,
  3. DynamicSourceSplit? dynamicSourceSplit,
  4. List<Status>? errors,
  5. List<MetricUpdate>? metricUpdates,
  6. ApproximateProgress? progress,
  7. String? reportIndex,
  8. ApproximateReportedProgress? reportedProgress,
  9. String? requestedLeaseDuration,
  10. SourceFork? sourceFork,
  11. SourceOperationResponse? sourceOperationResponse,
  12. Position? stopPosition,
  13. double? totalThrottlerWaitTimeSeconds,
  14. String? workItemId,
})

Implementation

WorkItemStatus({
  this.completed,
  this.counterUpdates,
  this.dynamicSourceSplit,
  this.errors,
  this.metricUpdates,
  this.progress,
  this.reportIndex,
  this.reportedProgress,
  this.requestedLeaseDuration,
  this.sourceFork,
  this.sourceOperationResponse,
  this.stopPosition,
  this.totalThrottlerWaitTimeSeconds,
  this.workItemId,
});