SimpleQuery

Updated at: 2024-12-11 02:39
ParameterTypeDescriptionExample
ParameterTypeDescriptionExample
object

The search conditions that can be nested in SimpleQuery.

Fieldstring

The field name. This parameter is required. For information about the supported fields, see Supported fields and operators.

Size
Valuestring

The field value. If you set the Operation parameter to and, or, not, or nested, this parameter is invalid.

10
Operationstring

The operator. This parameter is required.

Valid values:

  • exist: exists query.
  • not: logical NOT.
  • or: logical OR.
  • prefix: prefix query.
  • and: logical AND.
  • It: less than.
  • match-phrase: string match query.
  • gte: greater than or equal to.
  • eq: equal to.
  • lte: less than or equal to.
  • gt: greater than.
  • nested: You can perform logical condition queries within the same object when the data type of a field is ARRAY.
and
SubQueriesarray

The subquery structure.

You can configure Subquery conditions only if you set the Operation parameter to and, or, not, or nested.

If you set the Operation parameter to and, or, or not, all query conditions specified by the SubQueries parameter must comply with the logical relationship of the parent query condition.

If you set the Operation parameter to nested, the parent field of a subquery must be of the ARRAY type, such as Labels. The operator of a subquery condition must be one or more of the following operators: and, or, and not. The field of the subquery must be a sub-field of the parent field.

For information about how to call the SimpleQuery operation, see SimpleQuery .

SimpleQuery

The subquery condition.

    Feedback