PropertyFilter

PropertyFilter

A PropertyFilter is a filter that gets applied to a query directly.

Constructor

new PropertyFilter(Property, operator, val)

Build a Property Filter object.

Parameters:
Name Type Description
Property string

The property name that the filter will be applied to.

operator Operator

The comparison operator that the filter applies.

val any

The value that the filter compares the property to.

See:

Methods

toProto()

Gets the proto for the filter.