Function MongoCursor.skip
Skips a given number of elements at the beginning of the cursor.
This method must be called before beginnig iteration in order to have
effect. If multiple calls to skip
() are made, the one with the maximum
number will be chosen.
Prototype
MongoCursor skip(
int count
);
Parameters
Name | Description |
---|---|
count | The number of documents to skip . |
Returns
the same cursor
See Also
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.