valueTable |
- Right-click valueTable and select
.
- Select the name of the stream that the cache subscribes to.
- (Optional) Choose specific stream columns; however, if you select specific columns, you must select the primary-key columns.
|
indexColumnNames |
- Click the ellipsis (...) beside the indexColumnNames field.
- Specify the key columns for the stream, separating the column names with a
semicolon. The column names are case-sensitive.
|
rowsToDeleteTable |
rowsToDeleteTable is a data attachment that removes selected
rows from the cache tables. Rows are removed if their index column
values match those of a row in the table data coming from this attachment.- Right-click rowsToDeleteTable and select .
- Event Stream Processor does
not have a rowsToDeleteTable, so you must use a virtual table
name. For example, to use the Positions stream name, use
!Positions for the rowsToDeleteTable property.
|
maxNumberOfRows |
- Specify the number of rows of historical data to save. The default value is zero. Anything larger than zero enables storage of historical data. For every key value, N rows of history are maintained, where N is the number of rows specified.
|