AnalyticsReactiveProcessingUpdate constructor
AnalyticsReactiveProcessingUpdate({
- String processingId = '',
- String startedAt = '',
- double elapsedSeconds = 0.0,
- int inputItemCount = 0,
- int inputItemCacheHits = 0,
- int inputItemCacheMiss = 0,
- int processedItemCount = 0,
- int processedItemCacheHits = 0,
- int processedItemCacheMiss = 0,
- int outputItemCount = 0,
- int outputItemCacheHits = 0,
- int outputItemCacheMiss = 0,
- int invalidItemCount = 0,
- int duplicateItemCount = 0,
- int processRetryCount = 0,
- int processFailureCount = 0,
- int warningLogCount = 0,
- int errorLogCount = 0,
- bool hasCompleted = false,
- bool hasFaulted = false,
- bool wasCancelled = false,
- Map<
String, double> usages = const {},
Implementation
AnalyticsReactiveProcessingUpdate({
this.processingId = '',
this.startedAt = '',
this.elapsedSeconds = 0.0,
this.inputItemCount = 0,
this.inputItemCacheHits = 0,
this.inputItemCacheMiss = 0,
this.processedItemCount = 0,
this.processedItemCacheHits = 0,
this.processedItemCacheMiss = 0,
this.outputItemCount = 0,
this.outputItemCacheHits = 0,
this.outputItemCacheMiss = 0,
this.invalidItemCount = 0,
this.duplicateItemCount = 0,
this.processRetryCount = 0,
this.processFailureCount = 0,
this.warningLogCount = 0,
this.errorLogCount = 0,
this.hasCompleted = false,
this.hasFaulted = false,
this.wasCancelled = false,
this.usages = const {},
});