DataSetQueryCriteriaNot
A condition criteria where its sub-criteria must resolve to false for the overall query to match any results.
This is equivalent to the NOT
operator in SQL.
Properties
Property | Type | Required | Description |
---|---|---|---|
not |
one of: | true |
The sub-criteria which must resolve to false. |
Example schema
{
"not": {
"filters": {
"eq": "pVAkV"
}
}
}