| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The queried migration report. | ||
| Status | string | The state of the migration report. | Running |
| ReportCreateTime | string | The time when the migration report was created. | 2024-05-01 12:00:00 |
| ReportEndTime | string | The time when the migration report was generated. | 2024-05-01 12:00:00 |
| TotalCount | long | The total number of files. | 1000 |
| CopiedCount | long | The number of files that are migrated. | 800 |
| SkippedCount | long | The number of files that are skipped. | 100 |
| FailedCount | long | The number of files that failed to be migrated. | 100 |
| JobCreateTime | string | The time when the task was created. | 2024-05-01 12:00:00 |
| JobEndTime | string | The time when the task ended. | 2024-05-01 12:00:00 |
| JobExecuteTime | string | The task duration. | 1000 |
| TotalListPrefix | string | The path of files. | test_total_prefix/ |
| SkippedListPrefix | string | The path of files that are skipped. | test_skipped_prefix/ |
| FailedListPrefix | string | The path of files that failed to be migrated. | test_failed_prefix/ |
| ErrorMessage | string | The error message. | test error msg. |