AnalyticsProcessingUpdate constructor
AnalyticsProcessingUpdate({
- String processingId = '',
- int totalRuns = 0,
- int totalItems = 0,
- int totalPages = 0,
- int totalRetries = 0,
- int totalFailures = 0,
- String startedAt = '',
- double elapsedSeconds = 0.0,
- Map<
String, double> usages = const {}, - int runsRemaining = 0,
- int itemsRemaining = 0,
- double estimatedTimeLeftSecondsRuns = 0.0,
- double estimatedTimeLeftSecondsItems = 0.0,
Implementation
AnalyticsProcessingUpdate({
this.processingId = '',
this.totalRuns = 0,
this.totalItems = 0,
this.totalPages = 0,
this.totalRetries = 0,
this.totalFailures = 0,
this.startedAt = '',
this.elapsedSeconds = 0.0,
this.usages = const {},
this.runsRemaining = 0,
this.itemsRemaining = 0,
this.estimatedTimeLeftSecondsRuns = 0.0,
this.estimatedTimeLeftSecondsItems = 0.0,
});