Migration category tracker for MigrationState

Constructors

Properties

completed: boolean = false
current: null
errors: any[] = []
id: string
ignored: number = 0
invalid: number = 0
isNumber: boolean = false
label: string
processed: null
total: null

Accessors

Methods

  • Record total number of invalid items in this category.

    Parameters

    • total: number

      Total number of invalid entries in the category

    Returns void