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(): ReadConcern

readReadPreference

@LowLevelApi
fun WithReadPreference.readReadPreference(): ReadPreference

readSkip

@LowLevelApi
fun WithSkip.readSkip(): Int

readSortDocument

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

toJava

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