get Collection Of
inline fun <TDocument : Any> MongoDatabase.getCollectionOf(name: String): MongoCollection<TDocument>
Content copied to clipboard
Gets a collection, with a specific default document class.
Return
the collection
Parameters
name
the name of the collection to return