Parameter | Type | Description | Example |
---|
Parameter | Type | Description | Example |
---|---|---|---|
object | The search conditions that can be nested in SimpleQuery. | ||
Field | string | The field name. This parameter is required. For information about the supported fields, see Supported fields and operators. | Size |
Value | string | The field value. If you set the Operation parameter to and, or, not, or nested, this parameter is invalid. | 10 |
Operation | string | The operator. This parameter is required. Valid values:
| and |
SubQueries | array | 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. |