MonogDB URL | Valid connection string | Connection string to the MongoDB database | mongodb://localhost:27017 |
User | Any string | MongoDB user |
|
Password | Any string | MongoDB user's password |
|
Expiration days | Integer | Index that sets the time to live for documents in the collection. If empty, no index is created. | 182 |
Database | Any string | Name of the database to connect to | test |
Collection | Any string | Name of the collection to extract data from | users |
Message type | Any string | 1Gateway message type of the MongoDB records | MongoDBRecord |
Id location | Any string | ID Field in the MongoDB record | user_id |
Run interval in seconds | Integer | Polling interval in seconds (default is 300) | 120 |