MongoDB Database Properties
This topic lists the properties of a Database object in a MongoDB connection.
| 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.
Data type: String |
Previous Topic