Mongo::Commands::GetMore
Use in conjunction with commands that return a cursor, e.g. find and aggregate, to return subsequent batches of documents currently pointed to by the cursor.
NOTE: for more details, please check the official MongoDB documentation.
Class methods
name
SourceInstance methods
Returns a pair of OP_MSG body and sequences associated with the command and arguments.