EventsEvaluationResult interface

Encapsulates events result properties. It defines the total number of events used and the number of matched events.

Properties

count

Count of events evaluated.

matchedCount

Count of matched events.

Property Details

count

Count of events evaluated.

count: number

Property Value

number

matchedCount

Count of matched events.

matchedCount: number

Property Value

number