Type
The type of ESP task. Set this parameter to one of the following values:
And
|
Compares two or more tracks. The engine identifies when events occur in all of the specified tracks within specific time intervals. The engine produces an output track containing the identified record groups. |
AndAny
|
Compares a track with one or more other tracks. The output contains every record from the first track which is preceded or followed, within a specified time interval, by at least one event in any other track. |
AndNot
|
Compares a track with one or more other tracks. The output contains every record from the first track which is not preceded or followed, within a specified time interval, by an event in any other track. |
AndNotThen
|
Compares a track with one or more other tracks. The output contains every record from the first track which is not followed, within a specified time interval, by an event in any other track. |
AndThen
|
Compares two or more tracks. The engine identifies when events occur in all of the specified tracks within specific time intervals. The engine produces an output track containing the identified record groups. |
AndThenAny
|
Compares a track with one or more other tracks. The output contains every record from the first track which is followed, within a specified time interval, by at least one event in any other track. |
Combine
|
Identifies related events in different tracks and creates an output track where the information from both tracks is combined into a single output record. |
CombineWithLast
|
Combines each record in one track with the most recent record from another track. |
Deduplicate
|
Removes duplicate records by discarding identical records produced within a specific time interval of a record. You can specify the conditions to use to judge two records as being identical. |
Filter
|
Filters a track to contain only records that meet specified conditions. |
Or
|
Combines records from multiple output tracks into a single track. The resulting track contains details of the originating track for each record. |
Type: |
String |
Default: |
|
Required: |
Yes |
Configuration Section: |
TaskName
|
Example: |
Type=Or
|
See Also: |
|