ImportResult Fields |
The ImportResult type exposes the following members.
| Name | Description | |
|---|---|---|
| Messages |
Errors, Warnings and information when executing the data exchange
| |
| ObjectsCreated |
Number of newly created objects
| |
| ObjectsSkipped |
Number of skipped objects
| |
| ObjectsUnchanged |
Number of unchanged objects
| |
| ObjectsUpdated |
Number of updated objects
| |
| RecordsWOKey |
The part of TotalRecord which does not have a key value
| |
| TotalRecords |
Total count of source records.
A record is for instance a line in a file.
| |
| UniqueRecords |
The part of TotalRecord which has a unique key value
|