MarkLogic Connect
MarkLogic Connect Client API Collection
|
An abstract class that supports notification when a Document (batch) action is completed. More...
#include <DocumentBatchWriter.hpp>
Public Member Functions | |
virtual MLCLIENT_API void | batchOperationComplete (const DocumentUriSet out_uris, bool success, std::exception *problem)=0 |
Receives a complete event from the DocumentBatchWriter class. More... | |
An abstract class that supports notification when a Document (batch) action is completed.
|
pure virtual |
Receives a complete event from the DocumentBatchWriter class.
out_uris | The set of DocumentUris that have been processed (not necessarily succeeded in uploading) |
success | Whether all files were uploaded |
problem | The exception thrown by one of the batch upload attempts, if success is false (nullptr otherwise) |