| Class | Mongo::Protocol::KillCursors::Upconverter |
| In: |
lib/mongo/protocol/kill_cursors.rb
|
| Parent: | Object |
Converts legacy insert messages to the appropriare OP_COMMAND style message.
@since 2.1.0
| KILL_CURSORS | = | 'killCursors'.freeze |
The kill cursors constant.
@since 2.2.0 |
|
| CURSORS | = | 'cursors'.freeze |
The cursors constant.
@since 2.2.0 |
| collection | [R] | @return [ String ] collection The name of the collection. |
| cursor_ids | [R] | @return [ Array<Integer> ] cursor_ids The cursor ids. |