type Query
field
Name of the field to be used in the query.
| Data type | Cardinality | Parent element | Child element |
|---|---|---|---|
| String | 1..1 | None | None |
op
Specifies the comparison operator described below.
- eq: Equal to
- gt: Greater than
- ge: Greater than or equal to
- lt: Less than
- le: Less than or equal to
If omitted, "eq" is used.
| Data type | Cardinality | Parent element | Child element |
|---|---|---|---|
| Enum | 0..1 | None | None |
value
Query data value.
| Data type | Cardinality | Parent element | Child element |
|---|---|---|---|
| String | 1..1 | None | None |