JobStatistics2 constructor

JobStatistics2({
  1. BiEngineStatistics? biEngineStatistics,
  2. int? billingTier,
  3. bool? cacheHit,
  4. String? ddlAffectedRowAccessPolicyCount,
  5. TableReference? ddlDestinationTable,
  6. String? ddlOperationPerformed,
  7. DatasetReference? ddlTargetDataset,
  8. RoutineReference? ddlTargetRoutine,
  9. RowAccessPolicyReference? ddlTargetRowAccessPolicy,
  10. TableReference? ddlTargetTable,
  11. DmlStatistics? dmlStats,
  12. String? estimatedBytesProcessed,
  13. MlStatistics? mlStatistics,
  14. BigQueryModelTraining? modelTraining,
  15. int? modelTrainingCurrentIteration,
  16. String? modelTrainingExpectedTotalIteration,
  17. String? numDmlAffectedRows,
  18. List<ExplainQueryStage>? queryPlan,
  19. List<RoutineReference>? referencedRoutines,
  20. List<TableReference>? referencedTables,
  21. List<JobStatistics2ReservationUsage>? reservationUsage,
  22. TableSchema? schema,
  23. SearchStatistics? searchStatistics,
  24. SparkStatistics? sparkStatistics,
  25. String? statementType,
  26. List<QueryTimelineSample>? timeline,
  27. String? totalBytesBilled,
  28. String? totalBytesProcessed,
  29. String? totalBytesProcessedAccuracy,
  30. String? totalPartitionsProcessed,
  31. String? totalSlotMs,
  32. String? transferredBytes,
  33. List<QueryParameter>? undeclaredQueryParameters,
})

Implementation

JobStatistics2({
  this.biEngineStatistics,
  this.billingTier,
  this.cacheHit,
  this.ddlAffectedRowAccessPolicyCount,
  this.ddlDestinationTable,
  this.ddlOperationPerformed,
  this.ddlTargetDataset,
  this.ddlTargetRoutine,
  this.ddlTargetRowAccessPolicy,
  this.ddlTargetTable,
  this.dmlStats,
  this.estimatedBytesProcessed,
  this.mlStatistics,
  this.modelTraining,
  this.modelTrainingCurrentIteration,
  this.modelTrainingExpectedTotalIteration,
  this.numDmlAffectedRows,
  this.queryPlan,
  this.referencedRoutines,
  this.referencedTables,
  this.reservationUsage,
  this.schema,
  this.searchStatistics,
  this.sparkStatistics,
  this.statementType,
  this.timeline,
  this.totalBytesBilled,
  this.totalBytesProcessed,
  this.totalBytesProcessedAccuracy,
  this.totalPartitionsProcessed,
  this.totalSlotMs,
  this.transferredBytes,
  this.undeclaredQueryParameters,
});