MongoDBConnectionParameters Properties
Stores MongoDB connection parameters.| Name | Description |
|---|---|
| AuthenticationInfo | Stores authentication information for a MongoDB instance. |
| Hostname | Specifies the hostname of a MongoDB instance. |
| IsSRVRecord | Specifies whether the Hostname property contains an SRV record. |
| Port | Specifies the port on which a MongoDB instance listens. |
See Also