The DtBulkPacket class implements an object that is the data packet for transactional data consumer.
Object of the class is used for export with the help of PutBulk method.
| 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: