ObjectImporterResult Properties |
The ObjectImporterResult type exposes the following members.
| Name | Description | |
|---|---|---|
| CreatedObjectIds |
Ids of data objects that have been created as part of the import.
| |
| DeletedObjectIds |
Ids of data objects that have been deleted as part of the import.
| |
| Errors | ||
| ErrorsWithIndex |
Each error message is for a specific object and is
prefixed with the index of the object (in the xml specified for "ImportDataObjects").
Format: "[index]:[error message]"
| |
| IgnoredObjectCount |
Number of objects that was ignored by the import.
Ignored objects are the ones that:
* Has operation == 'None'.
* Has operation == 'UpdateIfExists' and the object was not found.
* Has operation == 'DeleteIfExists' and the object was not found.
| |
| IgnoredObjectIndexes |
Indexes of objects that were ignored by the import.
| |
| UnchangedObjectIds |
Ids of data objects that have been attempted updated but where the import didn't actually change them because they were identical.
| |
| UpdatedObjectIds |
Ids of data objects that have been updated (where there actually were a change) as part of the import.
|