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

See also

(https://www.mongodb.com/docs/manual/reference/command/listCollections)


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

See also

(https://www.mongodb.com/docs/manual/reference/command/listCollections)