MongoDB context options
  MongoDB context option listing
  
 
 
  Description
  
   Context options for mongodb:// transports.
  
  
 
  Options
  
   
    
     - 
      log_cmd_insertcallable
- 
      
       A callback function called when inserting a document, see log_cmd_insert.
       
- 
      log_cmd_deletecallable
- 
      
       A callback function called when deleting a document, see log_cmd_delete.
       
- 
      log_cmd_updatecallable
- 
      
       A callback function called when updating a document, see log_cmd_update.
       
- 
      log_write_batchcallable
- 
      
       A callback function called when executing a Write Batch, see log_write_batch.
       
- 
      log_replycallable
- 
      
       A callback function called when reading a reply from MongoDB, see log_reply.
       
- 
      log_getmorecallable
- 
      
       A callback function called when retrieving more results from a MongoDB cursor, see log_getmore.
       
- 
      log_killcursorcallable
- 
      
       A callback function called executing a killcursor opcode, see log_killcursor.