Optional. The operator used for matching the events with the value of the
filter. If not specified, only events that have an exact key-value pair
specified in the filter are matched. The only allowed value is
match-path-pattern.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage details the `EventFilter` class, which is used to filter events based on exact matches to CloudEvents attributes."],["The latest version available is 2.6.0, with other versions listed, down to version 1.0.0."],["The `EventFilter` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `EventFilter` class include `Attribute`, `Operator`, and `Value`, all of which are strings, the name of the CloudEvents attribute, the operator used for matching events, and the value of the attribute respectively."],["Two constructors are available for the EventFilter class, one taking an EventFilter as a paramater, and the other being empty."]]],[]]