MongoDB database

The properties of a MongoDB database are:

Property Name Description
Description Specifies the description of the database in the MongoDB connection.

Data type: String

Name Specifies the name of the database in the MongoDB connection.
  • If the database you specify exists in the MongoDB data source, it will connect to the new database.
  • If the database you specify does not exist in the MongoDB data source, no data will be got.

Data type: String