Object Type Identifiers
In Advanced mode, objects may be referenced in the following manner:
$F.setFact("NS.F_E__ADVANCED_MODE_EVENT__634286306745774758", factCount);
In the above, the $F
indicates that you are referencing
the fact object type and using the setFact
method.
- The other items are parameters that are passed to the method; they are discussed later.
There are several type identifiers available in Advanced mode:
- Identifier
- Description
- E
- Event
- There is an Environment (
$E
) object, which is not widely used.
- There is an Environment (
- P
- Custom Hit Attributes. Custom hit attributes used to be called Patterns
- H
- System Hit Attributes
- S
- Session Attributes, both system and custom
- F
- Facts that are a combination of Event and Report Group