log_cmd_updateCallback When Updating Documents
&reftitle.description;
log_cmd_updatearrayserverarraywriteOptionsarrayupdateOptionsarrayprotocolOptions
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;
updateOptionskeyvaluemultiBoolean, true if this update is allowed to update all matched criteriaupsertBoolean, true if the document should be created if criteria does not matchqArray, the search criteriauArray, the new object/modifications
&mongo.context.protocoloptions;
&reftitle.changelog;
&Version;&Description;1.5.0
Only available when connected to MongoDB 2.6.0+