...
Property | Description | |||
---|---|---|---|---|
Host | Name of the host. | |||
Port | Set this value to the port number through which to access MongoDB. By default, this value is 27017. | |||
Database | The database that you want to read | |||
Auth Database | Name of the MongoDB database used for authentication | |||
Replica Set | (Optional) Comma-separated list of secondary servers in the replica set, specified by address and port. A replica set is a group of mongoDB processes that maintain the same data set. Replica sets provide redundancy and high availability and are the basis for all production deployments. For more information, see https://docs.mongodb.com/manual/replication/. | |||
Secondary Reads | Enable this checkbox if you want to read from secondary (slave) servers. | |||
Use SSL | Enable this checkbox if you want to connect using SSL. | |||
Connect String Options | (Optional) You can specify additional options used to connect as a string value. The following option sets the connection timeout in milliseconds:
The default value is | |||
Test Connection | After you have defined the connection credentials type, credentials, and connection string, you can verify that the
| |||
Advanced options: Default Column Data Type Inference | Set to | |||
Advanced options: Enable SSH Tunneling | If available, the SSH tunneling options allow you to configure SSH tunneling authentication between the
For more information, see Configure SSH Tunnel Connectivity. | |||
Connection Name | Display name of the connection | |||
Connection Description | (Optional) Description of the connection, which appears in the application. |
...
Property | Description | ||
---|---|---|---|
Host | Name of the host. | ||
Port | Set this value to the port number through which to access MongoDB. By default, this value is 27017 . | ||
Database | The database that you want to read | ||
Replica Set | (Optional) Comma-separated list of secondary servers in the replica set, specified by address and port. A replica set is a group of mongoDB processes that maintain the same data set. Replica sets provide redundancy and high availability and are the basis for all production deployments. For more information, see https://docs.mongodb.com/manual/replication/. | ||
Secondary Reads | Enable this checkbox if you want to read from secondary (slave) servers. | ||
Connect String Options | (Optional) The option sets the connection timeout in milliseconds:
The default value is | ||
Test Connection | After you have defined the connection credentials type, credentials, and connection string, you can verify that the
| ||
Advanced options: Default Column Data Type Inference | Set to
| ||
Connection Name | Display name of the connection | ||
Connection Description | (Optional) Description of the connection, which appears in the application. |
...