Kitaru

ImportStats

Import stats.

Attributes

attributecreatedint
= Field(description='Sessions created.')
attributeskippedint
= Field(description='Sessions skipped as duplicates.')
attributefailedint
= Field(description='Items that failed to import.')
attributefailureslist[ImportFailure]
= Field(default_factory=list, max_length=MAX_IMPORT_FAILURES, description='Sample of failures.')
attributelimit_reachedbool
= Field(default=False, description='Whether the import stopped at its session limit.')

On this page