listCollectionNames

Gets the names of all the collections in this database.

Return

an iterable containing all the names of all the collections in this database


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

Parameters

clientSession

the client session with which to associate this operation