The type of ESP task. Set this parameter to one of the following values:
And
|
Compares two tracks to identify events in the second track that occur within a specific time interval of events in the first track (before and/or after the first track's event). The engine produces a track containing the identified record pairs. |
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 tracks to identify events in the second track that occur within a specific time interval after (or at the same time as) events in the first track. The engine produces a track containing the identified record pairs. |
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. |
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: |
|