MongoDB Definition
Defines a MongoDB connection
Settings
Name | Type | Description |
---|---|---|
Connection Type |
string |
Determines the connection type. Depending on type, additional type-specific configuration settings are shown. |
Evaluation
This expression evaluates to a dict of the form:
{
:type string,
:db dict
}
The supplied values are consistent with the semantics of steps requiring a MongoDB connection, such as the MongoDB Command step.
Test Connection
You can test the definition from the context menu.