mongodb-driver-kotlin-coroutine
5.6.0
jvm
mongodb-driver-kotlin-coroutine
/
com.mongodb.kotlin.client.coroutine
/
ListCollectionsFlow
/
filter
filter
fun
filter
(
filter
:
Bson
?
)
:
ListCollectionsFlow
<
T
>
Sets the query filter to apply to the returned database names.
Return
this
Parameters
filter
the filter, which may be null.