MongoDB Collection Properties
This topic lists the properties of a Collection object in a MongoDB database.
| Property Name | Description |
|---|---|
| Description | Specifies the description of the collection in the MongoDB database.
Data type: String |
| Name | Specifies the name of the collection in the MongoDB database.
Data type: String |
Previous Topic