The result of import operation

Hierarchy

  • ImportResult

Constructors

Properties

duplicateRows: number

Specifies number of duplicate rows

errors: Error[]

List of errors during import

rowLimitExceeded: boolean

Specifies whether row limit exceeded during import

rowsImported: number

Specifies number of rows imported

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc