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 two tracks and produces a track containing records from the first track for which there is at least one event in the second track within a specified time interval (before or after the first track's event). |
AndNot
|
Compares two tracks and produces a track containing records from the first track for which there is no event in the second track within a specified time interval (before and/or after the first track's event). |
AndNotThen
|
Compares two tracks and produces a track containing records from the first track for events that are not followed within a specified time interval by events in the second 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 two tracks and produces a track containing records from the first track which are followed within a specified time interval by at least one event in the second 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: |
|