FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Constant Summary | |
---|---|
constant string | MAX_ROWS := "MAX_ROWS"
This constant value defines the name of the configuration item used to configure the maximum rows for automatic purging of rows. |
constant integer | MAX_ROWS_DEFAULT := 0
This constant value defines the default value for the maximum rows configuration - which is 0 and off. |
constant string | PURGE_INTERVAL := "PURGE_INTERVAL"
This constant value defines the name of the configuration item used to configure the purging interval in seconds for automatic purging of rows. |
constant float | PURGE_INTERVAL_DEFAULT := 0.0
This constant value defines the default value for the purging interval configuration - which is 0.0 and off. |
constant string | PURGE_TIME := "PURGE_TIME"
This constant value defines the name of the configuration item used to configure the purge time in the format "hh:mm:ss" for automatic purging of rows. |
constant string | PURGE_TIME_DEFAULT := ""
This constant value defines the default value for the purging time configuration - which is blank and off. |
constant string | TIMEOUT := "TIMEOUT"
This constant value defines the name of the configuration item used to configure the timeout for automatic purging of rows. Used along with PURGE_INTERVAL or PURGE_TIME parameter. |
constant float | TIMEOUT_DEFAULT := 0.0
This constant value defines the default value for the timeout configuration - which is 0.0 and off. |
constant string | TIMESTAMP_FIELDNAME := "TIMESTAMP_FIELDNAME"
This constant value defines the name of the configuration item used to override the timestamp field name. |
constant string | TIMESTAMP_FIELDNAME_DEFAULT := "timestamp"
This constant value defines the default value for the timestamp fieldname - which is "timestamp". |
Constant Detail |
---|
constant string MAX_ROWS := "MAX_ROWS"This constant value defines the name of the configuration item used to configure the maximum rows for automatic purging of rows.
constant integer MAX_ROWS_DEFAULT := 0This constant value defines the default value for the maximum rows configuration - which is 0 and off.
constant string PURGE_INTERVAL := "PURGE_INTERVAL"This constant value defines the name of the configuration item used to configure the purging interval in seconds for automatic purging of rows.
constant float PURGE_INTERVAL_DEFAULT := 0.0This constant value defines the default value for the purging interval configuration - which is 0.0 and off.
constant string PURGE_TIME := "PURGE_TIME"This constant value defines the name of the configuration item used to configure the purge time in the format "hh:mm:ss" for automatic purging of rows.
constant string PURGE_TIME_DEFAULT := ""This constant value defines the default value for the purging time configuration - which is blank and off.
constant string TIMEOUT := "TIMEOUT"This constant value defines the name of the configuration item used to configure the timeout for automatic purging of rows. Used along with PURGE_INTERVAL or PURGE_TIME parameter.
constant float TIMEOUT_DEFAULT := 0.0This constant value defines the default value for the timeout configuration - which is 0.0 and off.
constant string TIMESTAMP_FIELDNAME := "TIMESTAMP_FIELDNAME"This constant value defines the name of the configuration item used to override the timestamp field name.
constant string TIMESTAMP_FIELDNAME_DEFAULT := "timestamp"This constant value defines the default value for the timestamp fieldname - which is "timestamp".
FRAMES NO FRAMES | ||||||
| ||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |