JobStatistics constructor

JobStatistics({
  1. double? completionRatio,
  2. JobStatistics5? copy,
  3. String? creationTime,
  4. DataMaskingStatistics? dataMaskingStatistics,
  5. String? edition,
  6. String? endTime,
  7. JobStatistics4? extract,
  8. String? finalExecutionDurationMs,
  9. List<String>? globalQueryRemoteRegions,
  10. JobStatistics3? load,
  11. String? numChildJobs,
  12. JobReference? parentGlobalQueryJob,
  13. String? parentJobId,
  14. JobStatistics2? query,
  15. List<String>? quotaDeferments,
  16. List<String>? reservationGroupPath,
  17. List<JobStatisticsReservationUsage>? reservationUsage,
  18. String? reservationId,
  19. RowLevelSecurityStatistics? rowLevelSecurityStatistics,
  20. ScriptStatistics? scriptStatistics,
  21. SessionInfo? sessionInfo,
  22. String? startTime,
  23. String? totalBytesProcessed,
  24. String? totalSlotMs,
  25. TransactionInfo? transactionInfo,
})

Implementation

JobStatistics({
  this.completionRatio,
  this.copy,
  this.creationTime,
  this.dataMaskingStatistics,
  this.edition,
  this.endTime,
  this.extract,
  this.finalExecutionDurationMs,
  this.globalQueryRemoteRegions,
  this.load,
  this.numChildJobs,
  this.parentGlobalQueryJob,
  this.parentJobId,
  this.query,
  this.quotaDeferments,
  this.reservationGroupPath,
  this.reservationUsage,
  this.reservationId,
  this.rowLevelSecurityStatistics,
  this.scriptStatistics,
  this.sessionInfo,
  this.startTime,
  this.totalBytesProcessed,
  this.totalSlotMs,
  this.transactionInfo,
});