KtMongo
Toggle table of contents
0.20.1
common
Platform filter
common
Switch theme
Search in API
KtMongo
MongoDB driver for Kotlin (synchronous)
/
opensavvy.ktmongo.sync
/
MongoAggregationPipeline
/
skip
skip
common
open
fun
skip
(
amount
:
Long
)
:
MongoAggregationPipeline
<
Output
>
(
source
)
open
fun
skip
(
amount
:
Int
)
:
MongoAggregationPipeline
<
Output
>
(
source
)