KtMongo
Toggle table of contents
0.20.1
common
Platform filter
common
Switch theme
Search in API
KtMongo
MongoDB request DSL
/
opensavvy.ktmongo.dsl.aggregation.stages
/
SetStageOperators
/
set
set
abstract
infix
fun
<
V
>
Field
<
T
,
V
>
.
set
(
value
:
Value
<
T
,
V
>
)
(
source
)
open
infix
fun
<
V
>
KProperty1
<
T
,
V
>
.
set
(
value
:
Value
<
T
,
V
>
)
(
source
)
open
infix
fun
<
V
>
Field
<
T
,
V
>
.
set
(
value
:
V
)
(
source
)
open
infix
fun
<
V
>
KProperty1
<
T
,
V
>
.
set
(
value
:
V
)
(
source
)
Replaces the value of a field with the specified
value
.
External resources
Official documentation