Module mongodb::wire_protocol::flags
[−]
[src]
Operation flags.
Structs
| OpInsertFlags |
Represents the bit vector of flags for an OP_INSERT message. |
| OpQueryFlags |
Represents the bit vector of flags for an OP_QUERY message. |
| OpReplyFlags |
Represents the bit vector of options for an OP_REPLY message. |
| OpUpdateFlags |
Represents the bit vector of options for an OP_UPDATE message. |
Constants
| AWAIT_CAPABLE | |
| AWAIT_DATA | |
| CONTINUE_ON_ERROR | |
| CURSOR_NOT_FOUND | |
| EXHAUST | |
| MULTI_UPDATE | |
| NO_CURSOR_TIMEOUT | |
| OPLOG_RELAY | |
| PARTIAL | |
| QUERY_FAILURE | |
| SLAVE_OK | |
| TAILABLE_CURSOR | |
| UPSERT |