list Database Names
Get a list of the database names
Return
an iterable containing all the names of all the databases
abstract fun listDatabaseNames(clientSession: ClientSession): Flow<String>
Content copied to clipboard
Get a list of the database names
Return
an iterable containing all the names of all the databases
Since
3.6
Parameters
client Session
the client session with which to associate this operation