TableStatistics constructor

TableStatistics({
  1. int? ddls,
  2. int? deletes,
  3. int? fullLoadCondtnlChkFailedRows,
  4. DateTime? fullLoadEndTime,
  5. int? fullLoadErrorRows,
  6. bool? fullLoadReloaded,
  7. int? fullLoadRows,
  8. DateTime? fullLoadStartTime,
  9. int? inserts,
  10. DateTime? lastUpdateTime,
  11. String? schemaName,
  12. String? tableName,
  13. String? tableState,
  14. int? updates,
  15. int? validationFailedRecords,
  16. int? validationPendingRecords,
  17. String? validationState,
  18. String? validationStateDetails,
  19. int? validationSuspendedRecords,
})

Implementation

TableStatistics({
  this.ddls,
  this.deletes,
  this.fullLoadCondtnlChkFailedRows,
  this.fullLoadEndTime,
  this.fullLoadErrorRows,
  this.fullLoadReloaded,
  this.fullLoadRows,
  this.fullLoadStartTime,
  this.inserts,
  this.lastUpdateTime,
  this.schemaName,
  this.tableName,
  this.tableState,
  this.updates,
  this.validationFailedRecords,
  this.validationPendingRecords,
  this.validationState,
  this.validationStateDetails,
  this.validationSuspendedRecords,
});