list Databases
Gets the list of databases
Return
the list databases iterable interface
Gets the list of databases
Return
the list databases iterable interface
Parameters
T
the type of the class to use
Gets the list of databases
Return
the list databases iterable interface
Parameters
client Session
the client session with which to associate this operation
Gets the list of databases
Return
the list databases iterable interface
Parameters
client Session
the client session with which to associate this operation
T
the type of the class to use
Gets the list of databases
Return
the list databases iterable interface
Parameters
T
the type of the class to use
result Class
the target document type of the iterable.
fun <T : Any> listDatabases(clientSession: ClientSession, resultClass: Class<T>): ListDatabasesFlow<T>
Gets the list of databases
Return
the list databases iterable interface
Parameters
T
the type of the class to use
client Session
the client session with which to associate this operation
result Class
the target document type of the iterable.