The IDtBulkPacket interface contains properties of the data batch for transactional consumer.
| Property name | Brief description | |
| The Data property determines two-dimensional array of data to be exported within one transaction. | ||
| The ErrorMessage property returns the error message text after the pack is inserted. | ||
| The Failed property returns whether export of the specified record failed. | ||
| The FailedRows property returns records amount, during export of which an error occurred. | ||
| The FailPolicy property determines action type, that is implemented if an error occurs during data export. | ||
| The StopLimit property determines the number of error records, after which operation performing is stopped. | ||
| The Successful property returns whether data batch export is completed successfully. |
See also: