Transformer Pipeline Module API Reference
6.2.11.309924
|
database-insert
Type: String Array
Default: None
Should contain a triplet of values that are inserted into the database.
For example, to define the the market close configuration for the XNAS exchange:
database-dumpfile
Type: String
Default: None
File to dump to database to when system exits
database-log-options
Type: Integer
Default: -1
Acceptable Values:
Name | Value | Desc |
---|---|---|
all | -1 | Log all database access |
put | 1 | Log insertions |
get | 2 | Log retrievals |
delete | 4 | Log deletions |
counter | 8 | Log counter changes |
Logging configuration for database access