listCollectionNames

abstract fun listCollectionNames(): Flow<String>

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>

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

clientSession

the client session with which to associate this operation