Skip to content

Shared utilities for the sync- and coroutines-based KtMongo drivers based on the official Kotlin driveropensavvy.ktmongo.official.options

Package-level declarations

Functions

readLimit

@LowLevelApi
fun WithLimit.readLimit(): Int

readMaxTimeMS

@LowLevelApi
fun WithSkip.readMaxTimeMS(): Int

readReadConcern

@LowLevelApi
fun WithReadConcern.readReadConcern(): 

readReadPreference

@LowLevelApi
fun WithReadPreference.readReadPreference(): 

readSkip

@LowLevelApi
fun WithSkip.readSkip(): Int

readSortDocument

@LowLevelApi
fun WithSort<*>.readSortDocument(): ?

toJava

@LowLevelApi
fun CountOptions<*>.toJava(): CountOptions