FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
integer | messageId
Unique request-response matching number. |
string | serviceName
The service name. |
string | eventSourceType
Only eventSourceType="event" is handled automatically by generated store monitors. |
string | name
Name of the event. |
string | DbUrl
The database to create it on. |
string | userName
The user Id for the database (if required). |
string | password
The password to the database (if required). |
string | tableName
The table to create the store configuration against. |
string | timeColumn
The name of the database table's column that contains the event's time stamp. |
string | autoCommit
Auto-commit mode. default - Use setting from config file. false - Disable auto-commit. x.x - Value (seconds) for ADBC adapter timed auto-commit. true - Enable data source specific auto-commit. |
float | throttlePeriod
Only store updates on this frequency (seconds). |
boolean | parallelExecution
If parallelexecution is allowed set to true. |
dictionary<string, string> | varToColumnName
Deprecated; no longer used. |
dictionary<string, integer> | columnToOutputIndex
Deprecated; no longer used. |
boolean | autoStart
Automatically start the store configuration. |
dictionary<string, string> | extraParams
Any additional settings. |
Member detail |
---|
string autoCommitAuto-commit mode. default - Use setting from config file.
boolean autoStartAutomatically start the store configuration.
dictionary<string, integer> columnToOutputIndexDeprecated; no longer used.
string DbUrlThe database to create it on.
string eventSourceTypeOnly eventSourceType="event" is handled automatically by generated store monitors.
dictionary<string, string> extraParamsAny additional settings.
integer messageIdUnique request-response matching number.
string nameName of the event.
boolean parallelExecutionIf parallelexecution is allowed set to true.
string passwordThe password to the database (if required).
string serviceNameThe service name.
string tableNameThe table to create the store configuration against.
float throttlePeriodOnly store updates on this frequency (seconds).
string timeColumnThe name of the database table's column that contains the event's time stamp.
string userNameThe user Id for the database (if required).
dictionary<string, string> varToColumnNameDeprecated; no longer used.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |