Element Details: Connection.MongoDB
 Back


Available in: Logi Info Source code name: Connection.MongoDBIntroduced in: v11.1.033

The Connection.MongoDB element sets the parameters required to connect to a MongoDB database.

The default port is 27017.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
AuthenticationDatabase
UserDefined
(Required) Database to authenticate against. If left blank it defaults to the admin database.
HostName
UserDefined
(Required) The fully qualified hostname or IP address of the server.
ID
UserDefined
(Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
Password
UserDefined
The password for the specified Username to authenticate this connection.
Port
UserDefined
The Port is a TCP/IP port used to gain access to a service.
Username
UserDefined
The Username to authenticate this connection.



PARENT ELEMENTS

Click element to drill down for more information.

Connections


CHILD ELEMENTS

Click element to drill down for more information.

Mongo Params


 Back to top