WorkItemStatus constructor
WorkItemStatus({
- bool? completed,
- List<
CounterUpdate> ? counterUpdates, - DynamicSourceSplit? dynamicSourceSplit,
- List<
Status> ? errors, - List<
MetricUpdate> ? metricUpdates, - ApproximateProgress? progress,
- String? reportIndex,
- ApproximateReportedProgress? reportedProgress,
- String? requestedLeaseDuration,
- SourceFork? sourceFork,
- SourceOperationResponse? sourceOperationResponse,
- Position? stopPosition,
- double? totalThrottlerWaitTimeSeconds,
- 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,
});