Function MongoCursor.skip
Skips a given number of elements at the beginning of the cursor.
This method must be called before beginning iteration in order to have effect. If multiple calls to skip() are made, the one with the maximum number will be chosen.
Parameters
Name | Description |
---|---|
count | The number of documents to skip. |
Returns
the same cursor