Skip to main content

State

Migration progress state.

Attributes

AttributeTypeDescription
countint = 0The number of items successfully processed during the migration.
filteredint = 0The number of items excluded from the migration process based on filtering criteria.
total_apxint = 0The 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

TypeDescription
stringThe approximate total count as a string, or a question mark if the total is unknown or zero.