Element Details: Connection.DataHub
 Back


Available in: Logi Info Source code name: Connection.DataHubIntroduced in: 12.0.36 SP2

The Connection.DataHub element sets the parameters to connect to a Logi DataHub data store.

Element Group:Logi Services



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
CommandTimeOut
UserDefined
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.
DataHubConnectionString
UserDefined
A full connection string to the DataHub data store. If a value is defined, it will override all other attributes and use this string to connect.
DataHubDatabase
UserDefined
The name of the DataHub data store. The default is "logidatahub".
DataHubPassword
UserDefined
The password for the DataHub data store.
DataHubPort
UserDefined
The port address of the DataHub data store. The default is 5029.
DataHubServer
UserDefined
(Required) The host name of the DataHub data store.
DataHubUser
UserDefined
(Required) The user name for the DataHub data store.
ID
UserDefined
UserDefined
(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.
SqlSyntax
Vertica
UserDefined
SqlSyntax specifies the type of database server. The value is used by ActiveSQL DataLayers which must know the database type to generate correct SQL statements. Studio's QueryBuilder also uses SqlSyntax for ODBC connections.



PARENT ELEMENTS

Click element to drill down for more information.

Studio Connection


CHILD ELEMENTS

Click element to drill down for more information.

Metadata


 Back to top