Filter: TestResultsProcessingStateFilter

Filter type for TestResultsProcessingState.

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


Input Fields

NameTypeDescription
ANDTestResultsProcessingStateFilter

A field that checks if all filters in the list apply

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

ORTestResultsProcessingStateFilter

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.

completedDateTimeDateTime

Checks if completedDateTime equals a specified value.

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

The date that the test results process was completed or failed.

completedDateTime_gtDateTime

Checks if completedDateTime is greater than a specified value.

The date that the test results process was completed or failed.

completedDateTime_gteDateTime

Checks if completedDateTime is greater or equal a specified value.

The date that the test results process was completed or failed.

completedDateTime_inDateTime

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

The date that the test results process was completed or failed.

completedDateTime_ltDateTime

Checks if completedDateTime is less than a specified value.

The date that the test results process was completed or failed.

completedDateTime_lteDateTime

Checks if completedDateTime is less or equal a specified value.

The date that the test results process was completed or failed.

completedDateTime_notDateTime

Checks if completedDateTime does not equal a specified value

The date that the test results process was completed or failed.

completedDateTime_not_inDateTime

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

The date that the test results process was completed or failed.

createdDateTime

Checks if created equals a specified value.

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

The date the test results file was created

created_gtDateTime

Checks if created is greater than a specified value.

The date the test results file was created

created_gteDateTime

Checks if created is greater or equal a specified value.

The date the test results file was created

created_inDateTime

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

The date the test results file was created

created_ltDateTime

Checks if created is less than a specified value.

The date the test results file was created

created_lteDateTime

Checks if created is less or equal a specified value.

The date the test results file was created

created_notDateTime

Checks if created does not equal a specified value

The date the test results file was created

created_not_inDateTime

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

The date the test results file was created

errorMessageString

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

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

See also like for a case-insensitive filter.

Error message if the test results file failed to process.

errorMessage_containsString

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

Error message if the test results file failed to process.

errorMessage_ends_withString

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

Error message if the test results file failed to process.

errorMessage_gtString

Checks if errorMessage is greater than a specified value.

Error message if the test results file failed to process.

errorMessage_gteString

Checks if errorMessage is greater or equal a specified value.

Error message if the test results file failed to process.

errorMessage_inString

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

Error message if the test results file failed to process.

errorMessage_likeString

Matches errorMessage 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 errorMessage, it can be used for the literal prefix (the part until the first placeholder).

Error message if the test results file failed to process.

errorMessage_ltString

Checks if errorMessage is less than a specified value.

Error message if the test results file failed to process.

errorMessage_lteString

Checks if errorMessage is less or equal a specified value.

Error message if the test results file failed to process.

errorMessage_notString

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

Error message if the test results file failed to process.

errorMessage_not_containsString

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

Error message if the test results file failed to process.

errorMessage_not_ends_withString

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

Error message if the test results file failed to process.

errorMessage_not_inString

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

Error message if the test results file failed to process.

errorMessage_not_likeString

Checks if errorMessage 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);

Error message if the test results file failed to process.

errorMessage_not_starts_withString

Checks if errorMessage 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.

Error message if the test results file failed to process.

errorMessage_starts_withString

Checks if errorMessage 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.

Error message if the test results file failed to process.

idString

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

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

See also like for a case-insensitive filter.

Test results file processing ID. This will be the ID that can be queried for a status update

id_containsString

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

Test results file processing ID. This will be the ID that can be queried for a status update

id_ends_withString

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

Test results file processing ID. This will be the ID that can be queried for a status update

id_gtString

Checks if id is greater than a specified value.

Test results file processing ID. This will be the ID that can be queried for a status update

id_gteString

Checks if id is greater or equal a specified value.

Test results file processing ID. This will be the ID that can be queried for a status update

id_inString

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

Test results file processing ID. This will be the ID that can be queried for a status update

id_likeString

Matches id 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 id, it can be used for the literal prefix (the part until the first placeholder).

Test results file processing ID. This will be the ID that can be queried for a status update

id_ltString

Checks if id is less than a specified value.

Test results file processing ID. This will be the ID that can be queried for a status update

id_lteString

Checks if id is less or equal a specified value.

Test results file processing ID. This will be the ID that can be queried for a status update

id_notString

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

Test results file processing ID. This will be the ID that can be queried for a status update

id_not_containsString

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

Test results file processing ID. This will be the ID that can be queried for a status update

id_not_ends_withString

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

Test results file processing ID. This will be the ID that can be queried for a status update

id_not_inString

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

Test results file processing ID. This will be the ID that can be queried for a status update

id_not_likeString

Checks if id 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);

Test results file processing ID. This will be the ID that can be queried for a status update

id_not_starts_withString

Checks if id 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.

Test results file processing ID. This will be the ID that can be queried for a status update

id_starts_withString

Checks if id 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.

Test results file processing ID. This will be the ID that can be queried for a status update

lastUpdatedDateTime

Checks if lastUpdated equals a specified value.

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

The date the test results file was last updated

lastUpdated_gtDateTime

Checks if lastUpdated is greater than a specified value.

The date the test results file was last updated

lastUpdated_gteDateTime

Checks if lastUpdated is greater or equal a specified value.

The date the test results file was last updated

lastUpdated_inDateTime

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

The date the test results file was last updated

lastUpdated_ltDateTime

Checks if lastUpdated is less than a specified value.

The date the test results file was last updated

lastUpdated_lteDateTime

Checks if lastUpdated is less or equal a specified value.

The date the test results file was last updated

lastUpdated_notDateTime

Checks if lastUpdated does not equal a specified value

The date the test results file was last updated

lastUpdated_not_inDateTime

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

The date the test results file was last updated

originalFilenameString

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

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

See also like for a case-insensitive filter.

Original filename of the test results file.

originalFilename_containsString

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

Original filename of the test results file.

originalFilename_ends_withString

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

Original filename of the test results file.

originalFilename_gtString

Checks if originalFilename is greater than a specified value.

Original filename of the test results file.

originalFilename_gteString

Checks if originalFilename is greater or equal a specified value.

Original filename of the test results file.

originalFilename_inString

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

Original filename of the test results file.

originalFilename_likeString

Matches originalFilename 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 originalFilename, it can be used for the literal prefix (the part until the first placeholder).

Original filename of the test results file.

originalFilename_ltString

Checks if originalFilename is less than a specified value.

Original filename of the test results file.

originalFilename_lteString

Checks if originalFilename is less or equal a specified value.

Original filename of the test results file.

originalFilename_notString

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

Original filename of the test results file.

originalFilename_not_containsString

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

Original filename of the test results file.

originalFilename_not_ends_withString

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

Original filename of the test results file.

originalFilename_not_inString

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

Original filename of the test results file.

originalFilename_not_likeString

Checks if originalFilename 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);

Original filename of the test results file.

originalFilename_not_starts_withString

Checks if originalFilename 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.

Original filename of the test results file.

originalFilename_starts_withString

Checks if originalFilename 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.

Original filename of the test results file.

parserString

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

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

See also like for a case-insensitive filter.

Name of the parser plugin that parsed the test results file.

parserVersionString

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

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

See also like for a case-insensitive filter.

Version information / git commit of the parser plugin that parsed the test results file.

parserVersion_containsString

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

Version information / git commit of the parser plugin that parsed the test results file.

parserVersion_ends_withString

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

Version information / git commit of the parser plugin that parsed the test results file.

parserVersion_gtString

Checks if parserVersion is greater than a specified value.

Version information / git commit of the parser plugin that parsed the test results file.

parserVersion_gteString

Checks if parserVersion is greater or equal a specified value.

Version information / git commit of the parser plugin that parsed the test results file.

parserVersion_inString

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

Version information / git commit of the parser plugin that parsed the test results file.

parserVersion_likeString

Matches parserVersion 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 parserVersion, it can be used for the literal prefix (the part until the first placeholder).

Version information / git commit of the parser plugin that parsed the test results file.

parserVersion_ltString

Checks if parserVersion is less than a specified value.

Version information / git commit of the parser plugin that parsed the test results file.

parserVersion_lteString

Checks if parserVersion is less or equal a specified value.

Version information / git commit of the parser plugin that parsed the test results file.

parserVersion_notString

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

Version information / git commit of the parser plugin that parsed the test results file.

parserVersion_not_containsString

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

Version information / git commit of the parser plugin that parsed the test results file.

parserVersion_not_ends_withString

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

Version information / git commit of the parser plugin that parsed the test results file.

parserVersion_not_inString

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

Version information / git commit of the parser plugin that parsed the test results file.

parserVersion_not_likeString

Checks if parserVersion 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);

Version information / git commit of the parser plugin that parsed the test results file.

parserVersion_not_starts_withString

Checks if parserVersion 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.

Version information / git commit of the parser plugin that parsed the test results file.

parserVersion_starts_withString

Checks if parserVersion 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.

Version information / git commit of the parser plugin that parsed the test results file.

parser_containsString

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

Name of the parser plugin that parsed the test results file.

parser_ends_withString

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

Name of the parser plugin that parsed the test results file.

parser_gtString

Checks if parser is greater than a specified value.

Name of the parser plugin that parsed the test results file.

parser_gteString

Checks if parser is greater or equal a specified value.

Name of the parser plugin that parsed the test results file.

parser_inString

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

Name of the parser plugin that parsed the test results file.

parser_likeString

Matches parser 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 parser, it can be used for the literal prefix (the part until the first placeholder).

Name of the parser plugin that parsed the test results file.

parser_ltString

Checks if parser is less than a specified value.

Name of the parser plugin that parsed the test results file.

parser_lteString

Checks if parser is less or equal a specified value.

Name of the parser plugin that parsed the test results file.

parser_notString

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

Name of the parser plugin that parsed the test results file.

parser_not_containsString

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

Name of the parser plugin that parsed the test results file.

parser_not_ends_withString

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

Name of the parser plugin that parsed the test results file.

parser_not_inString

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

Name of the parser plugin that parsed the test results file.

parser_not_likeString

Checks if parser 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);

Name of the parser plugin that parsed the test results file.

parser_not_starts_withString

Checks if parser 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.

Name of the parser plugin that parsed the test results file.

parser_starts_withString

Checks if parser 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.

Name of the parser plugin that parsed the test results file.

requestedDateTimeDateTime

Checks if requestedDateTime equals a specified value.

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

The date that the test results process was requested.

requestedDateTime_gtDateTime

Checks if requestedDateTime is greater than a specified value.

The date that the test results process was requested.

requestedDateTime_gteDateTime

Checks if requestedDateTime is greater or equal a specified value.

The date that the test results process was requested.

requestedDateTime_inDateTime

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

The date that the test results process was requested.

requestedDateTime_ltDateTime

Checks if requestedDateTime is less than a specified value.

The date that the test results process was requested.

requestedDateTime_lteDateTime

Checks if requestedDateTime is less or equal a specified value.

The date that the test results process was requested.

requestedDateTime_notDateTime

Checks if requestedDateTime does not equal a specified value

The date that the test results process was requested.

requestedDateTime_not_inDateTime

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

The date that the test results process was requested.

statusTestResultsProcessingStatus

Checks if status equals a specified value.

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

The current processing status of the test results file.

statusMessageString

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

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

See also like for a case-insensitive filter.

Message describing the status of the test results file processing.

statusMessage_containsString

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

Message describing the status of the test results file processing.

statusMessage_ends_withString

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

Message describing the status of the test results file processing.

statusMessage_gtString

Checks if statusMessage is greater than a specified value.

Message describing the status of the test results file processing.

statusMessage_gteString

Checks if statusMessage is greater or equal a specified value.

Message describing the status of the test results file processing.

statusMessage_inString

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

Message describing the status of the test results file processing.

statusMessage_likeString

Matches statusMessage 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 statusMessage, it can be used for the literal prefix (the part until the first placeholder).

Message describing the status of the test results file processing.

statusMessage_ltString

Checks if statusMessage is less than a specified value.

Message describing the status of the test results file processing.

statusMessage_lteString

Checks if statusMessage is less or equal a specified value.

Message describing the status of the test results file processing.

statusMessage_notString

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

Message describing the status of the test results file processing.

statusMessage_not_containsString

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

Message describing the status of the test results file processing.

statusMessage_not_ends_withString

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

Message describing the status of the test results file processing.

statusMessage_not_inString

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

Message describing the status of the test results file processing.

statusMessage_not_likeString

Checks if statusMessage 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);

Message describing the status of the test results file processing.

statusMessage_not_starts_withString

Checks if statusMessage 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.

Message describing the status of the test results file processing.

statusMessage_starts_withString

Checks if statusMessage 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.

Message describing the status of the test results file processing.

status_inTestResultsProcessingStatus

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

The current processing status of the test results file.

status_notTestResultsProcessingStatus

Checks if status does not equal a specified value

The current processing status of the test results file.

status_not_inTestResultsProcessingStatus

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

The current processing status of the test results file.


This page was generated: 2024-05-17