Enum to indicate upload as well as import status
Namespace:
Omada.OE.Model.DataImport
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
Members
| Member name | Value | Description |
---|
| Queued | 0 |
Import is queued and waiting to be dequeued
|
| Error | 1 |
Upload validation failed. Import failed
|
| Running | 2 |
Warehouse import is running
|
| Success | 3 |
Upload has successfully been committed, or warehouse import has successfully been executed
|
| Waiting | 4 |
Upload has pending uncommitted files. Warehouse import is pending
|
| Initiated | 5 |
warehouse import is initiated
|
| Aborted | 6 |
warehouse import was aborted
|
| Warning | 7 |
A warning was thrown during the import. This will currently only happen when there are export errors
|
| Staged | 8 |
Warehouse staging has successfully been executed
|
| RetryLater | 9 |
The import was not started because another import was running
|
| PartlyComplete | 10 |
Some system imports succeeded while others failed
|
| StagingCompleted | 11 |
All Worker-related systems are imported (besides EsAdapter and CoreIngestion)
|
| ImportIsEmpty | 12 |
There is no active systems for import
|
See Also