...
Hinweis |
---|
The editing feature of GridFS documents is not available in the Community Edition of Mongo Management Studio. |
There are 4 options available to edit an existing GridFS collection, which are be displayed as is seen in the following detail view of a document in the list view:
Deleting the document
Mit Klick auf das Papierkorb Icon wird nach bestätigter Sicherheitsabfrage der Datensatz mit der dazugehörigen Datei von der MongoDB-Serverinstanz gelöscht.
Editing
Hier können die Felder des Documents bearbeitet werden. Es wird empfohlen, die vorhandenen Felder nicht zu ändern, außer filename und contentType. Möchte man zusätzliche Informationen an einen Datensatz speichern, kann man diese im Feld metadata ablegen.
Warnung |
---|
Man sollte auf keinen Fall das Feld _id ändern, da ansonsten die Referenz zur chunks Collection verloren geht und die Datei nicht mehr geladen werden kann. |
Upload a file
Mit dem Betätigen des "Hochladen"-Buttons öffnet sich ein Fenster. Hier kann man die an dem Datensatz gespeicherte Datei ändern. Die Auswahl der Datei erfolgt wieder über Drag und Drop oder mit Hilfe des Buttons "Datei auswählen". Sobald man auf "Speichern" klickt, wird die aktuelle Datei des Datensatzes durch die Neue ersetzt.
Download a file
Mit Klick auf das Herunterladen Icon kann man die an dem Datensatz gespeicherte Datei herunterladenClick on the recycle bin icon to delete the GridFS document with the corresponding file from the MongoDB server instance after confirming the security query.
Editing
Here, the fields of documents can be edited. It is recommended not to change the existing fields, except for filename and contentType. If you want to store additional information in a document, you can store them in the metadata field.
Warnung |
---|
You should never change the _id field, otherwise the reference to the chunks collection is lost and the file can not be loaded anymore. |
Uploading a file
By clicking the "Upload file" button, a popup opens. Here you can replace the file stored in the document. Selection of the file again takes place via drag and drop or by using the "select file" button. As soon as you click "Save", the current file of the document is replaced with the new one.
Downloading a file
Click on the download icon to download the file that is stored in the GridFS document.