Builder

class Builder

Properties

Link copied to clipboard

Performs a logical AND operation on all filters that you specify.

Link copied to clipboard

Returns true when a document contains all of the specified document attributes/fields. This filter is only applicable to StringListValue.

Link copied to clipboard

Returns true when a document contains any of the specified document attributes/fields. This filter is only applicable to StringListValue.

Link copied to clipboard

Performs an equals operation on document attributes/fields and their values.

Link copied to clipboard

Performs a greater than operation on document attributes/fields and their values. Use with the document attribute typeDate or Long.

Link copied to clipboard

Performs a greater or equals than operation on document attributes/fields and their values. Use with the document attribute typeDate or Long.

Link copied to clipboard

Performs a less than operation on document attributes/fields and their values. Use with the document attribute typeDate or Long.

Link copied to clipboard

Performs a less than or equals operation on document attributes/fields and their values. Use with the document attribute typeDate or Long.

Link copied to clipboard

Performs a logical NOT operation on all filters that you specify.

Link copied to clipboard

Performs a logical OR operation on all filters that you specify.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard