Vocabularymongodb.
driverInputsname | name of the collection |
Outputscollection | mdb-collection instance |
ExamplesUSING: mongodb.driver ;
"mycollection" <mdb-collection> t >>capped 1000000 >>max
Word descriptionCreates a new mdb-collection instance. Use this to create capped/limited collections.
Definition