perform MongoDB operation()
This function internally calls class MongoDBResponse (which internally calls the MongoPostexecuter). See the documentation there.
The return value is true on success, false otherwise, or what is set in parameter h.
Parameters
Parameter |
Description |
a |
See parameter "MongoDB-Alias". |
b |
See parameter "Collection". |
c |
See parameter "Operation". |
d |
(optional) See parameter "Cast". |
e |
(optional) See parameter "Adjust JSON". |
f |
The JSON data. |
g |
(optional) See parameter "Filter". |
h |
(optional) If true, the return value is the number of changed documents or -1 for an error. Default: false. |