com.apama.config
Event AutoPurgeTableConstants


The Consts event object contains a set of constants that define the various constant values for common settings, values, and configuration items in the Auto Purge Store/Table.

These constants should be used rather than the specific value in order to ensure future compatibility.
Constant summary
 constant stringMAX_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 integerMAX_ROWS_DEFAULT := 0

This constant value defines the default value for the maximum rows configuration - which is 0 and off.
 constant stringPURGE_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 floatPURGE_INTERVAL_DEFAULT := 0.0

This constant value defines the default value for the purging interval configuration - which is 0.0 and off.
 constant stringPURGE_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 stringPURGE_TIME_DEFAULT := ""

This constant value defines the default value for the purging time configuration - which is blank and off.
 constant stringTIMEOUT := "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 floatTIMEOUT_DEFAULT := 0.0

This constant value defines the default value for the timeout configuration - which is 0.0 and off.
 constant stringTIMESTAMP_FIELDNAME := "TIMESTAMP_FIELDNAME"

This constant value defines the name of the configuration item used to override the timestamp field name.
 constant stringTIMESTAMP_FIELDNAME_DEFAULT := "timestamp"

This constant value defines the default value for the timestamp fieldname - which is "timestamp".
 
Constant detail

MAX_ROWS

            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.

MAX_ROWS_DEFAULT

            constant integer MAX_ROWS_DEFAULT := 0
        
This constant value defines the default value for the maximum rows configuration - which is 0 and off.

PURGE_INTERVAL

            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.

PURGE_INTERVAL_DEFAULT

            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.

PURGE_TIME

            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.

PURGE_TIME_DEFAULT

            constant string PURGE_TIME_DEFAULT := ""
        
This constant value defines the default value for the purging time configuration - which is blank and off.

TIMEOUT

            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.

TIMEOUT_DEFAULT

            constant float TIMEOUT_DEFAULT := 0.0
        
This constant value defines the default value for the timeout configuration - which is 0.0 and off.

TIMESTAMP_FIELDNAME

            constant string TIMESTAMP_FIELDNAME := "TIMESTAMP_FIELDNAME"
        
This constant value defines the name of the configuration item used to override the timestamp field name.

TIMESTAMP_FIELDNAME_DEFAULT

            constant string TIMESTAMP_FIELDNAME_DEFAULT := "timestamp"
        
This constant value defines the default value for the timestamp fieldname - which is "timestamp".