KtMongo
Toggle table of contents
0.20.1
jvm
Platform filter
jvm
Switch theme
Search in API
KtMongo
Shared utilities for the sync- and coroutines-based KtMongo drivers based on the official Kotlin driver
/
opensavvy.ktmongo.official.options
Package-level
declarations
Functions
Functions
read
Limit
Link copied to clipboard
@
LowLevelApi
fun
WithLimit
.
readLimit
(
)
:
Int
read
Max
Time
MS
Link copied to clipboard
@
LowLevelApi
fun
WithSkip
.
readMaxTimeMS
(
)
:
Int
read
Read
Concern
Link copied to clipboard
@
LowLevelApi
fun
WithReadConcern
.
readReadConcern
(
)
:
<Error class: unknown class>
read
Read
Preference
Link copied to clipboard
@
LowLevelApi
fun
WithReadPreference
.
readReadPreference
(
)
:
<Error class: unknown class>
read
Skip
Link copied to clipboard
@
LowLevelApi
fun
WithSkip
.
readSkip
(
)
:
Int
read
Sort
Document
Link copied to clipboard
@
LowLevelApi
fun
WithSort
<
*
>
.
readSortDocument
(
)
:
<Error class: unknown class>
?
to
Java
Link copied to clipboard
@
LowLevelApi
fun
CountOptions
<
*
>
.
toJava
(
)
:
CountOptions