IngestionStatus constructor
IngestionStatus({})
Implementation
IngestionStatus({
this.numActiveRows,
this.numRowsProcessed,
this.numRowsTotal,
this.numRowsWithErrors,
this.numWarningsTotal,
});
IngestionStatus({
this.numActiveRows,
this.numRowsProcessed,
this.numRowsTotal,
this.numRowsWithErrors,
this.numWarningsTotal,
});