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