MongoDB context options

MongoDB context optionsMongoDB context option listing

설명

Context options for mongodb:// transports.

옵션

log_cmd_insert callable

A callback function called when inserting a document, see log_cmd_insert().

log_cmd_delete callable

A callback function called when deleting a document, see log_cmd_delete().

log_cmd_update callable

A callback function called when updating a document, see log_cmd_update().

log_write_batch callable

A callback function called when executing a Write Batch, see log_write_batch().

log_reply callable

A callback function called when reading a reply from MongoDB, see log_reply().

log_getmore callable

A callback function called when retrieving more results from a MongoDB cursor, see log_getmore().

log_killcursor callable

A callback function called executing a killcursor opcode, see log_killcursor().

변경점

버전 설명
pecl/mongo 1.5.0 Added Write API Context options

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top