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
...
Here you can set the color themes for the query-entry screens.
Secure save (with $set)
Is this option enabled, $set is used at each update of documents. This prevents accidentally overwriting a document.
Hinweis |
---|
This option can also be changed with every update. This can be useful if you want to delete properties from a document. In addition, $set must be disabled. |
JSON schema validation
Is this option enabled, a validation against the existing schema is performed at each insert and update of documents. (The schema schema)
Delete unknown properties when validating
...
Determines how many documents are displayed per page by default. If nothing is specified, the default value is 50.
Default MongoDB port
Used as port, if you specify only the host name when connecting. Default value: 27017