Data Accessor Attribute Filter Args
Constructors
Properties
Performs a logical AND
operation on all supplied filters.
Returns true
when a document contains all the specified document attributes or metadata fields. Supported for the following document attribute value types : stringListValue
.
Returns true
when a document contains any of the specified document attributes or metadata fields. Supported for the following document attribute value types : stringListValue
.
Performs an equals operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue
, longValue
, stringListValue
and stringValue
.
Performs a greater than operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue
and longValue
.
Performs a greater or equals than operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue
and longValue
.
Performs a less than operation on two document attributes or metadata fields. Supported for the following document attribute value types : dateValue
and longValue
.
Performs a less than or equals operation on two document attributes or metadata fields.Supported for the following document attribute value type : dateValue
and longValue
.
Performs a logical NOT
operation on all supplied filters.
Performs a logical OR
operation on all supplied filters.