listDatabaseNames

Get a list of the database names

Return

an iterable containing all the names of all the databases

See also


fun listDatabaseNames(clientSession: ClientSession): Flow<String>

Gets the list of databases

Return

the list databases iterable interface

Parameters

clientSession

the client session with which to associate this operation

See also