JobStatistics2 constructor

JobStatistics2({
  1. BiEngineStatistics? biEngineStatistics,
  2. int? billingTier,
  3. bool? cacheHit,
  4. DatasetReference? dclTargetDataset,
  5. TableReference? dclTargetTable,
  6. TableReference? dclTargetView,
  7. String? ddlAffectedRowAccessPolicyCount,
  8. TableReference? ddlDestinationTable,
  9. String? ddlOperationPerformed,
  10. DatasetReference? ddlTargetDataset,
  11. RoutineReference? ddlTargetRoutine,
  12. RowAccessPolicyReference? ddlTargetRowAccessPolicy,
  13. TableReference? ddlTargetTable,
  14. DmlStatistics? dmlStats,
  15. String? estimatedBytesProcessed,
  16. ExportDataStatistics? exportDataStatistics,
  17. List<ExternalServiceCost>? externalServiceCosts,
  18. LoadQueryStatistics? loadQueryStatistics,
  19. MaterializedViewStatistics? materializedViewStatistics,
  20. MetadataCacheStatistics? metadataCacheStatistics,
  21. MlStatistics? mlStatistics,
  22. BigQueryModelTraining? modelTraining,
  23. int? modelTrainingCurrentIteration,
  24. String? modelTrainingExpectedTotalIteration,
  25. String? numDmlAffectedRows,
  26. PerformanceInsights? performanceInsights,
  27. QueryInfo? queryInfo,
  28. List<ExplainQueryStage>? queryPlan,
  29. List<RoutineReference>? referencedRoutines,
  30. List<TableReference>? referencedTables,
  31. List<JobStatistics2ReservationUsage>? reservationUsage,
  32. TableSchema? schema,
  33. SearchStatistics? searchStatistics,
  34. SparkStatistics? sparkStatistics,
  35. String? statementType,
  36. List<QueryTimelineSample>? timeline,
  37. String? totalBytesBilled,
  38. String? totalBytesProcessed,
  39. String? totalBytesProcessedAccuracy,
  40. String? totalPartitionsProcessed,
  41. String? totalSlotMs,
  42. String? transferredBytes,
  43. List<QueryParameter>? undeclaredQueryParameters,
  44. VectorSearchStatistics? vectorSearchStatistics,
})

Implementation

JobStatistics2({
  this.biEngineStatistics,
  this.billingTier,
  this.cacheHit,
  this.dclTargetDataset,
  this.dclTargetTable,
  this.dclTargetView,
  this.ddlAffectedRowAccessPolicyCount,
  this.ddlDestinationTable,
  this.ddlOperationPerformed,
  this.ddlTargetDataset,
  this.ddlTargetRoutine,
  this.ddlTargetRowAccessPolicy,
  this.ddlTargetTable,
  this.dmlStats,
  this.estimatedBytesProcessed,
  this.exportDataStatistics,
  this.externalServiceCosts,
  this.loadQueryStatistics,
  this.materializedViewStatistics,
  this.metadataCacheStatistics,
  this.mlStatistics,
  this.modelTraining,
  this.modelTrainingCurrentIteration,
  this.modelTrainingExpectedTotalIteration,
  this.numDmlAffectedRows,
  this.performanceInsights,
  this.queryInfo,
  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,
  this.vectorSearchStatistics,
});