createCollection
Create MongoDB collection
The createCollection
function will be removed in a future
release. Use the createCollection
function of the MongoDB® C++ interface instead.
Description
createCollection(
creates a collection in MongoDB by using the MongoDB connection.conn
,collection
)