Data Engineering Integration
- Data Engineering Integration 10.2.2 HotFix 1
- 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.
|
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.
|
Additional Connection Properties
| Enter one or more JDBC connection parameters in the following format:
<param1>=<value>;<param2>=<value>;<param3>=<value>
|
SSL Mode
| Not applicable for PowerExchange for Cassandra JDBC.
Select
disabled .
|
SSL Truststore Path
| Not applicable for PowerExchange for Cassandra JDBC.
|
SSL Truststore Password
| Not applicable for PowerExchange for Cassandra JDBC.
|
SSL Keystore Path
| Not applicable for PowerExchange for Cassandra JDBC.
|
SSL Keystore Password
| Not applicable for PowerExchange for Cassandra JDBC.
|