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
/
UnsetStageOperators
/
exclude
exclude
abstract
fun
exclude
(
field
:
Field
<
Document
,
*
>
)
(
source
)
open
fun
exclude
(
field
:
KProperty1
<
Document
,
*
>
)
(
source
)
Excludes a field from the current document.
Example
See
HasUnset.unset
.
External resources
Official documentation