Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

Image Added

To create a GridFS collection, open the "Advanced Settings" while creating a new collection,. There the GridsFS collection option must be enabled. When saving, the collection will attached with ".files" on the name entered and an associated chunks collection will be created.

Alternatively, you can enter the extension ".files" directly in the collection name. Then, the application detects by itself, that a GridFS collection should be created.

The remaining options of the "Advanced settings" are explained here: http://docs.mongodb.org/manual/reference/method/db.createCollection/

Hinweis

For this functionality is important to note that the naming conventions for MongoDB collections are complied with and the new name does not already exist in the database.