AnalyticsReactiveProcessingUpdate constructor

AnalyticsReactiveProcessingUpdate({
  1. String processingId = '',
  2. String startedAt = '',
  3. double elapsedSeconds = 0.0,
  4. int inputItemCount = 0,
  5. int inputItemCacheHits = 0,
  6. int inputItemCacheMiss = 0,
  7. int processedItemCount = 0,
  8. int processedItemCacheHits = 0,
  9. int processedItemCacheMiss = 0,
  10. int outputItemCount = 0,
  11. int outputItemCacheHits = 0,
  12. int outputItemCacheMiss = 0,
  13. int invalidItemCount = 0,
  14. int duplicateItemCount = 0,
  15. int processRetryCount = 0,
  16. int processFailureCount = 0,
  17. int warningLogCount = 0,
  18. int errorLogCount = 0,
  19. bool hasCompleted = false,
  20. bool hasFaulted = false,
  21. bool wasCancelled = false,
  22. 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 {},
});