EventsEvaluationResult interface

封装事件结果属性。 它定义了使用的事件总数和匹配事件的数量。

属性

count

评估的事件计数。

matchedCount

匹配事件的计数。

属性详细信息

count

评估的事件计数。

count: number

属性值

number

matchedCount

匹配事件的计数。

matchedCount: number

属性值

number