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