QueryConstraint
Constraints for the query associated with this dataset
Properties
Query operator includes: AND, OR, EXISTS, CONTAINS etc
Possible values are: AND , OR , CONTAINS , DOES_NOT_CONTAIN , STARTS_WITH , NOT_STARTS_WITH , MATCH , STRING_MATCH , DOES_NOT_STRING_MATCH , EQUAL , NOT_EQUAL , GREATER_THAN , LESS_THAN , GREATER_OR_EQUAL , LESS_OR_EQUAL , IS , IS_NOT , EXISTS , NOT_EXISTS
Field name
Field value
JSON Example
{
"constraints": {
"fieldName": "text",
"operator": "CONTAINS",
"value": "error"
}
}
Dependency Chain.
To identify where the loop occurs in your dependency chain, check below.
QueryConstraint
Automated code generation tools, may produce unexpected results because of this.
Property Of
AlertQueryCriteria
DatasetDto
ExtractedFieldPayload
QueryConstraint
QueryDefinitionDto
QueryDefinitionState
QueryDefinitionsDto