Name | Type | Description |
---|---|---|
Host | String | The host name of the MSSQL database. |
Port | Integer | The port of the MSSQL database. |
DB Name | String | The name of the MSSQL database. |
Default Schema | String | The default schema tables are written to if the source does not specify a namespace. The usual value for this field is "public". |
User | String | The username which is used to access the database. |
Password | String | The password associated with this username. |
JDBC URL Params | String | Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3). |
SSL Method | Object | The encryption method which is used to communicate with the database. |