JobStatistics constructor

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

Implementation

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