|
名称 |
类型 |
描述 |
示例值 |
|---|---|---|---|
|
object |
SimpleQuery 查询参数条件,可自嵌套。 |
||
| Field |
string |
必填。字段名称。关于支持的字段,请参见字段和操作符的支持列表。 |
Size |
| Value |
string |
查询的字段值。当 Operations 为逻辑运算符(and、or、not 或 nested)时,该字段无效。 |
10 |
| Operation |
string |
必填。操作运算符。 |
and |
| SubQueries |
array |
子查询的结构体。 只有当 Operations 为逻辑运算符(and、or、not 或 nested)时,才能设置子查询条件。 在逻辑运算符为 and/or/not 时,其 SubQueries 内描述的所有条件需符合父级设置的 and/or/not 逻辑关系。 在逻辑运算符为 nested 时,其父级的 Field 必须为一个数组类的字段(如:Labels)。子查询条件 SimpleQuery 组的 Operation 必须为 and/or/not 中的一个或多个,其 Field 必须为父级 Field 的子属性。 请参考SimpleQuery - 简单查询查看使用用例。 |
|
| SimpleQuery |
子查询条件。 |