CIS_DEFAULT_PROPERTIES columns
Column name |
Data type |
Description |
---|---|---|
CONFIGVERSION |
FLOAT not null |
Version of the configuration. The only active configuration is the latest one. Previous versions exist for audit purposes. |
CONFIGXML CLOB |
null, constraint |
Property-value pairs contained in an XML format. The following shows these property-value pairs: <settings> <EmailServer></EmailServer> <FromEmail></FromEmail> <EmailSubject></EmailSubject> <NumberTransactions></NumberTransactions> <timeout></timeout> <PlatformUser></PlatformUser> <PlatformPassword></PlatformPassword> <SyncPort></SyncPort> <LBRetryWait></LBRetryWait> <HBTimePeriod></HBTimePeriod </settings> |