skip
The number of documents to skip before processing the request.
collections.count {
options {
skip(99)
}
}
Content copied to clipboard
The number of documents to skip before processing the request.
collections.count {
options {
skip(99L)
}
}
Content copied to clipboard
Note that not all drivers support specifying a skip larger than an Int
.