mongodb-driver-kotlin-sync
5.3.0
jvm
mongodb-driver-kotlin-sync
/
com.mongodb.kotlin.client
/
FindIterable
/
skip
skip
fun
skip
(
skip
:
Int
)
:
FindIterable
<
T
>
Sets the number of documents to skip.
Return
this
Parameters
skip
the number of documents to skip
See also
Cursor skip