This functionality provides the ability to create a new collection within the selected database. Next to the name you can also specify advanced settings. If the GridsFS collection option is enabled, the collection is still attached ".files" on the name entered. In addition, when saving an associated chunks collection is created.
Die restlichen Optionen werden hier erläutert: http://docs.mongodb.org/manual/reference/method/db.createCollection/
Hinweis |
---|
Bei dieser Funktionalität ist zu beachten, dass die Namenskonventionen für Collections von MongoDB eingehalten werden und der neue Name nicht bereits in der Datenbank existiert. |