mongodb-driver-kotlin-extensions
5.5.0
jvm
mongodb-driver-kotlin-extensions
/
com.mongodb.kotlin.client.model
/
Projections
/
exclude
exclude
fun
exclude
(
vararg
properties
:
KProperty
<
*
>
)
:
Bson
fun
exclude
(
properties
:
Iterable
<
KProperty
<
*
>
>
)
:
Bson
Creates a projection that excludes all of the given properties.
Return
the projection
Parameters
properties
the field names