Class: Mongo::Operation::CursorCommand Private
- Inherits:
-
Object
- Object
- Mongo::Operation::CursorCommand
- Includes:
- OpMsgExecutable, Specifiable
- Defined in:
- lib/mongo/operation/cursor_command.rb,
lib/mongo/operation/cursor_command/op_msg.rb,
lib/mongo/operation/cursor_command/result.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
A command operation whose response is parsed as a cursor.
Unlike Command, the result exposes the firstBatch, namespace, and cursor id from the command response so that a Cursor can be built from it.