TableStatistics constructor
TableStatistics({
- int? ddls,
- int? deletes,
- int? fullLoadCondtnlChkFailedRows,
- DateTime? fullLoadEndTime,
- int? fullLoadErrorRows,
- bool? fullLoadReloaded,
- int? fullLoadRows,
- DateTime? fullLoadStartTime,
- int? inserts,
- DateTime? lastUpdateTime,
- String? schemaName,
- String? tableName,
- String? tableState,
- int? updates,
- int? validationFailedRecords,
- int? validationPendingRecords,
- String? validationState,
- String? validationStateDetails,
- 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,
});