Details
-
Task
-
Status: Closed
-
Blocker - P1
-
Resolution: Fixed
-
None
-
None
Description
Right now there's no way to access the operations/batches after a bulk op is executed. See: https://docs.mongodb.com/manual/reference/method/Bulk.getOperations/
Right now we're looking directly in `BulkOp.s.batches`/currentBatch/currentUpdateBatch/currentInsertBatch/currentRemoveBatch to find the list of operations/batches. Is there a better way?