Represents a single atomic filtering condition for a database query.
The logic operator evaluating the condition (e.g., 'equals', 'greater', 'contains').
The precise property name in the collection to apply the filter against.
The raw value, array of values, or object reference to compare against.
Represents a single atomic filtering condition for a database query.