MigrationProgress constructor
const
MigrationProgress(
- String id,
- String checksum,
- int step,
- MigrationStepState state,
- String phase,
- String? failure, {
- BackfillProgress? backfill,
Records a step checkpoint for reporting and recovery inspection.
Implementation
const MigrationProgress(
this.id,
this.checksum,
this.step,
this.state,
this.phase,
this.failure, {
this.backfill,
});