Connection Property Descriptions
- Last Updated: March 2, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- MongoDB 6.0
- Documentation
The following table is an alphabetical list of connection properties with their default values. Each property is hyperlinked to its full description.
Note: The data type listed in the full descriptions is the Java
data type used for the property value in a JDBC data source.
| Connection Property | Default |
|---|---|
| AuthenticationDatabase | $external |
| AuthenticationMethod | userIdPassword |
| ConfigOptions |
|
| CreateDB | notExist |
| DatabaseName | INFORMATION_SCHEMA |
| EncryptionMethod | noEncryption |
| FetchSize | 100 (rows) |
| HostName | None |
| HostNameInCertificate | Empty string |
| ImportStatementPool | Empty string |
| InitializationString | None |
| KeyPassword | None |
| KeyStore | None |
| KeyStorePassword | None |
| LogConfigFile | None |
| LoginConfigName | JDBC_DRIVER_01 |
| LoginTimeout | 0 |
| MaxPooledStatements | 0
|
| Password | None |
| PortNumber | 27017 |
| ReadOnly | true |
| ReadPreference | primary |
| RegisterStatementPoolMonitorMBean | false |
| ResultMemorySize | -1 |
| SchemaMap | For
Windows: application_data_folder\Local\Progress\ DataDirect\MongoDB_Schema\hostname.config For UNIX/Linux: ˜/progress/datadirect/mongodb_schema/ hostname.config |
| ServicePrincipalName | Driver builds value based on environment |
| SpyAttributes | None |
| TransactionMode | noTransactions |
| TrustStore | None |
| TrustStorePassword | None |
| User | None |
| ValidateServerCertificate | true |
Related Links
- AuthenticationDatabase
- AuthenticationMethod
- ConfigOptions
- CreateDB
- DatabaseName
- EncryptionMethod
- FetchSize
- HostName
- HostNameInCertificate
- ImportStatementPool
- InitializationString
- KeyPassword
- KeyStore
- KeyStorePassword
- LogConfigFile
- LoginConfigName
- LoginTimeout
- MaxPooledStatements
- Password
- PortNumber
- ReadOnly
- ReadPreference
- RegisterStatementPoolMonitorMBean
- ResultMemorySize
- SchemaMap
- ServicePrincipalName
- SpyAttributes
- TransactionMode
- TrustStore
- TrustStorePassword
- User
- ValidateServerCertificate