Filter: EncodedDataFilter

Filter type for EncodedData.

All fields in this type are and-combined; see the or field for or-combination.


Input Fields

NameTypeDescription
ANDEncodedDataFilter

A field that checks if all filters in the list apply

If the list is empty, this filter applies to all objects.

OREncodedDataFilter

A field that checks if any of the filters in the list apply.

If the list is empty, this filter applies to no objects.

Note that only the items in the list or-combined; this complete OR field is and-combined with outer fields in the parent filter type.

contentString

Checks if content equals a specified string, case-sensitively.

If an index exists on content, it can be used.

See also like for a case-insensitive filter.

The encoded data.

contentTypeString

Checks if contentType equals a specified string, case-sensitively.

If an index exists on contentType, it can be used.

See also like for a case-insensitive filter.

Specifies the content type of the text. Defaults to text/plain.

contentType_containsString

Checks if contentType contains a specified string, case-sensitively.

Specifies the content type of the text. Defaults to text/plain.

contentType_ends_withString

Checks if contentType ends with a specified string, case-sensitively.

Specifies the content type of the text. Defaults to text/plain.

contentType_gtString

Checks if contentType is greater than a specified value.

Specifies the content type of the text. Defaults to text/plain.

contentType_gteString

Checks if contentType is greater or equal a specified value.

Specifies the content type of the text. Defaults to text/plain.

contentType_inString

Checks if contentType is equal to one of the specified values.

Specifies the content type of the text. Defaults to text/plain.

contentType_likeString

Matches contentType against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on contentType, it can be used for the literal prefix (the part until the first placeholder).

Specifies the content type of the text. Defaults to text/plain.

contentType_ltString

Checks if contentType is less than a specified value.

Specifies the content type of the text. Defaults to text/plain.

contentType_lteString

Checks if contentType is less or equal a specified value.

Specifies the content type of the text. Defaults to text/plain.

contentType_notString

Checks if contentType does not equal a specified string, case-sensitively.

Specifies the content type of the text. Defaults to text/plain.

contentType_not_containsString

Checks if contentType does not contain a specified string, case-sensitively.

Specifies the content type of the text. Defaults to text/plain.

contentType_not_ends_withString

Checks if contentType does not end with a specified string, case-sensitively.

Specifies the content type of the text. Defaults to text/plain.

contentType_not_inString

Checks if contentType is not equal to one of the specified values.

Specifies the content type of the text. Defaults to text/plain.

contentType_not_likeString

Checks if contentType does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

Specifies the content type of the text. Defaults to text/plain.

contentType_not_starts_withString

Checks if contentType does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

Specifies the content type of the text. Defaults to text/plain.

contentType_starts_withString

Checks if contentType starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

Specifies the content type of the text. Defaults to text/plain.

content_containsString

Checks if content contains a specified string, case-sensitively.

The encoded data.

content_ends_withString

Checks if content ends with a specified string, case-sensitively.

The encoded data.

content_gtString

Checks if content is greater than a specified value.

The encoded data.

content_gteString

Checks if content is greater or equal a specified value.

The encoded data.

content_inString

Checks if content is equal to one of the specified values.

The encoded data.

content_likeString

Matches content against a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

If an index exists on content, it can be used for the literal prefix (the part until the first placeholder).

The encoded data.

content_ltString

Checks if content is less than a specified value.

The encoded data.

content_lteString

Checks if content is less or equal a specified value.

The encoded data.

content_notString

Checks if content does not equal a specified string, case-sensitively.

The encoded data.

content_not_containsString

Checks if content does not contain a specified string, case-sensitively.

The encoded data.

content_not_ends_withString

Checks if content does not end with a specified string, case-sensitively.

The encoded data.

content_not_inString

Checks if content is not equal to one of the specified values.

The encoded data.

content_not_likeString

Checks if content does not match a pattern case-insensitively with the following placeholders:

% matches any sequence of characters, including the empty string; _ matches exactly one character; \ can be used to escape the placeholders (use \\ for a literal backslash);

The encoded data.

content_not_starts_withString

Checks if content does not start with a specified string, case-sensitively.

Never uses an index. Consider using not_like (with the % placeholder) for a case-insensitive filter that can use an index.

The encoded data.

content_starts_withString

Checks if content starts with a specified string, case-sensitively.

Never uses an index. Consider using like (with the % placeholder) for a case-insensitive filter that can use an index.

The encoded data.

encodingEncodingType

Checks if encoding equals a specified value.

If an index exists on encoding, it can be used.

The optional encoding the text is represented in.

encoding_inEncodingType

Checks if encoding is equal to one of the specified values.

The optional encoding the text is represented in.

encoding_notEncodingType

Checks if encoding does not equal a specified value

The optional encoding the text is represented in.

encoding_not_inEncodingType

Checks if encoding is not equal to one of the specified values.

The optional encoding the text is represented in.


This page was generated: 2024-05-17