log_cmd_update Callback When Updating Documents &reftitle.description; log_cmd_update arrayserver arraywriteOptions arrayupdateOptions arrayprotocolOptions A callable function, used by the log_cmd_update context option, when updateing a document This is not a real function, only a prototype of how the function should be. &reftitle.parameters; &mongo.context.server; &mongo.context.writeoptions; updateOptions key value multi Boolean, true if this update is allowed to update all matched criteria upsert Boolean, true if the document should be created if criteria does not match q Array, the search criteria u Array, the new object/modifications &mongo.context.protocoloptions; &reftitle.changelog; &Version; &Description; 1.5.0 Only available when connected to MongoDB 2.6.0+