Autodesk FDO Bulk Copy Utility API Reference

FDO Utility Bulk Copy API

API Reference Autodesk FDO Bulk Copy Utility

The FdoBulkCopyProgressStatus enumeration defines the list of values to indicate whether to continue the bulk copy operation.

Parameters:
FdoBulkCopyProgressStatus_Continue Indicates to continue current bulk copy operation.
FdoBulkCopyProgressStatus_InterruptRollback Indicates to interrupt current bulk copy operation and rollback the current transaction (if the target datastore supports transaction). The objects successfully inserted to this point are rollback.
FdoBulkCopyProgressStatus_InterruptCommit Indicates to interrupt current bulk copy operation and commit the current transaction (if the target datastore supports transaction). The objects successfully inserted to this point are committed.
.

Enumerator:
FdoBulkCopyProgressStatus_Continue 
FdoBulkCopyProgressStatus_InterruptRollback 
FdoBulkCopyProgressStatus_InterruptCommit 

Definition at line 40 of file FdoBulkCopyProgressStatus.h.


Comments?