State
Migration progress state.
Attributes
| Attribute | Type | Description |
|---|---|---|
| count | int = 0 | The number of items successfully processed during the migration. |
| filtered | int = 0 | The number of items excluded from the migration process based on filtering criteria. |
| total_apx | int = 0 | The approximate total number of items to be migrated, used to calculate progress or display a placeholder if unknown. |
Constructor
Signature
def State() - > None
Methods
strtotal()
@classmethod
def strtotal() - > string
Provides a string representation of the approximate total count of items to be migrated.
Returns
| Type | Description |
|---|---|
string | The approximate total count as a string, or a question mark if the total is unknown or zero. |