|
CommandTimeOut | | The CommandTimeOut attribute specifies the amount of time, in seconds, before the request to connect to the data source is presumed to have failed.
For most data sources, the default value is 60 seconds. For MySql, the default is 30 seconds. |
ID | | (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. |
VerticaBackupServer | | A string containing the host name or IP address of one or more alternative Vertica servers to connect to if the primary Vertica server connection fails.
Multiple servers may be specified. Separate them with commas.
The host name or IP address can also include a colon followed by the port number for the database. The default port is 5433. |
VerticaConnectionString | | A full JDBC connection string to the Vertica database.
If a value is defined, it will override all other settings for the connection element and use this string to connect to the database.
Vertica Server Parameter elements are still processed and added to the string. |
VerticaDatabase | | (Required) The name of the Vertica database. |
VerticaLoadBalance | | A Boolean indicating whether the client is willing to have its connection redirected to another host in the HP Vertica database. This setting only has an effect if the server has also enabled connection load balancing. The default is False if not specified.
|
VerticaPassword | | The password for the Vertica database. |
VerticaPort | | The port address of the Vertica database.
Defaults to port 5433. |
VerticaServer | | (Required) The host name of the Vertica database server. |
VerticaSSL | | A boolean value, whether to use SSL for the Vertica connection. |
VerticaUser | | The user name for the Vertica database. |