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
Valid types: event, scenario, or dataview. |
string | name
Event, Scenario, or Dataview name/Id. |
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
For scenarios only. |
dictionary<string, integer> | columnToOutputIndex
For scenarios only. |
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> columnToOutputIndexFor scenarios only.
string DbUrlThe database to create it on.
string eventSourceTypeValid types: event, scenario, or dataview.
dictionary<string, string> extraParamsAny additional settings.
integer messageIdUnique request-response matching number.
string nameEvent, Scenario, or Dataview name/Id.
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> varToColumnNameFor scenarios only.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |