Data Engineering Integration
- Data Engineering Integration 10.5.3
- All Products
Property
| Description
|
---|---|
Name
| The name of the connection. The name is not case sensitive and must be unique within the domain. You can change this property after you create the connection. The name cannot exceed 128 characters, contain spaces, or contain the following special characters:
~ ` ! $ % ^ & * ( ) - + = { [ } ] | \ : ; " ' < , > . ? /
|
ID
| String that the Data Integration Service uses to identify the connection.
The ID is not case sensitive. The ID must be 255 characters or less and must be unique in the domain. You cannot change this property after you create the connection.
Default value is the connection name.
|
Description
| Optional. The description of the connection. The description cannot exceed 4,000 characters.
|
Location
| The domain where you want to create the connection.
Not applicable for Data Engineering Streaming.
|
Type
| The connection type.
Select
Cassandra .
|
Host Name
| Host name or IP address of the Cassandra server.
|
Port
| Cassandra server port number.
Default is 9042.
|
User Name
| User name to access the Cassandra server.
|
Password
| Password corresponding to the user name to access the Cassandra server.
|
Default Keyspace
| Name of the Cassandra keyspace to use by default.
|
SQL Identifier Character
| Type of character that the database uses to enclose delimited identifiers in SQL or CQL queries. The available characters depend on the database type.
Select
None if the database uses regular identifiers. When the Data Integration Service generates SQL or CQL queries, the service does not place delimited characters around any identifiers.
Select a character if the database uses delimited identifiers. When the Data Integration Service generates SQL or CQL queries, the service encloses delimited identifiers within this character.
|
SSL Mode
| Select
disabled .
Not applicable for PowerExchange for Cassandra JDBC.
SSL mode indicates the encryption type to use for the connection. You can choose a mode from the following SSL modes:
|
SSL Truststore Path
| Not applicable for PowerExchange for Cassandra JDBC or when
disabled SSL mode is selected.
Absolute path and file name of the SSL truststore file that contains certificates of the trusted SSL server.
|
SSL Truststore Password
| Not applicable for PowerExchange for Cassandra JDBC or when
disabled SSL mode is selected.
Password for the SSL truststore.
|
SSL Keystore Path
| Not applicable for PowerExchange for Cassandra JDBC or when
disabled SSL mode is selected.
Absolute path and file name of the SSL keystore file that contains private keys and certificates for the SSL server.
|
SSL Keystore Password
| Not applicable for PowerExchange for Cassandra JDBC or when
disabled SSL mode is selected.
Password for the SSL keystore.
|
Additional Connection Properties
| Enter one or more JDBC connection parameters in the following format:
<param1>=<value>;<param2>=<value>;<param3>=<value>
PowerExchange for Cassandra JDBC supports the following JDBC connection parameters:
|