The Mongo Management Studio provides the ability to set various defaults. These settings apply to the current user and are stored permanently. You can access the settings by clicking the gear icon next to the "Connect" button.
Language
The localization of the application.
Default view for found documents
The view, which is set by default to display default view for displaying found documents.
Color themes
Here you can set Set the color themes for the query-entry screens.
Secure save (with $set)
Is With this option enabled, $set is used at in each update of documents. This prevents accidentally accidental overwriting of a document.
...
Hinweis |
---|
This option can also |
...
be changed with every update. |
...
It is useful if you want to delete properties from a document |
...
where $set has to be disabled otherwise. |
JSON schema validation
Is this option enabledEnabling this, a validation against the existing schema is performed at each insert and update of documents. (The schema schema)
Unbekannte Eigenschaften beim Validieren löschen
Ist diese Option und die Option JSON Schema Validierung aktiviert werden bei der Validierung alle Eigenschaften aus dem Datensatz gelöscht, welche nicht im Schema definiert sind.
Anzahl der Datensätze pro Seite
Bestimmt, wie viele Datensätze pro Seite standardmäßig angezeigt werden. Wenn nichts angegeben ist, ist der Standardwert 50.
Standard MongoDB Port
...
Delete unknown properties when validating
If this option and the JSON schema validation option are enabled, all non-defined properties will be deleted from the document during the validation.
Autocomplete
Enables/disables the autocompletion in aggregation framework queries and Console Mode (C)
Default page size
Determines how many documents are displayed per page. If nothing is specified, the default value is 50.
Default MongoDB port
Used as port to the MongoDB database instance when just specifying the host name to connect. Default value: 27017