filter

abstract fun filter(filter: Bson?): ListDatabasesFlow<TResult>

Sets the query filter to apply to the returned database names.

Return

this

Since

1.7

Parameters

filter

the filter, which may be null.