list Collection Names
Gets the names of all the collections in this database.
Return
an iterable containing all the names of all the collections in this database
abstract fun listCollectionNames(clientSession: ClientSession): Flow<String>
Content copied to clipboard
Gets the names of all the collections in this database.
Return
an iterable containing all the names of all the collections in this database
Since
3.6
Parameters
client Session
the client session with which to associate this operation