Details
-
New Feature
-
Resolution: Done
-
Minor - P4
-
None
-
None
-
None
Description
Currently you can only get a collection by calling:
public DBCollection getCollection(String n)
Will need:
public DBCollection getCollection(String n, DBObject o)
(in order to create a capped collection)
db.createCollection("mycoll",
{capped:true, size:100000})