| object | | |
| Success | boolean | Indicates whether the request was successful. Valid values:
| true |
| RequestId | string | | C699E4E4-F2F4-58FC-A949-457FFE59**** |
| MatchTypeOperators | array<object> | | |
| MatchTypeOperators | object | | |
| Type | string | The type used by the operator. Values:
- LIST
- MAP
- STRING
- BOOLEAN
- FLOAT
- DOUBLE
- INTEGER
- LONG
| LIST |
| MatchOperators | array<object> | | |
| MatchOperators | object | | |
| Name | string | Unique name of the operator. Values: - LIST type:
- LIST_CONTAINS: contains
- LIST_LENGTH_GT: length greater than
- LIST_LENGTH_LT: length less than
- LIST_NOT_CONTAINS: does not contain
- STRING_NOT_IN: not in list
- STRING_EQ: equals
- STRING_IN: in list
- STRING_NOT_EQ: not equal
- BOOLEAN_NOT_IN: not in list
- BOOLEAN_EQ: equals
- BOOLEAN_IN: in list
- BOOLEAN_NOT_EQ: not equal
- FLOAT type: 1. FLOAT_NOT_IN: not in list
- FLOAT_EQ: equals 3. FLOAT_IN: in list
- FLOAT_NOT_EQ: not equal
- FLOAT_GT: greater than
- FLOAT_GTE: greater than or equal to
- FLOAT_LT: less than
- FLOAT_LTE: less than or equal to
- DOUBLE_NOT_IN: not in list
- DOUBLE_EQ: equals
- DOUBLE_IN: in list
- DOUBLE_NOT_EQ: not equal
- DOUBLE_GT: greater than
- DOUBLE_GTE: greater than or equal to 7
. DOUBLE_LT: less than
- DOUBLE_LTE: less than or equal to
- INTEGER_NOT_IN: not in list
- INTEGER_EQ: equals
- INTEGER_IN: in list
- INTEGER_NOT_EQ: not equal
- INTEGER_GT: greater than
- INTEGER_GTE: greater than or equal to
- INTEGER_LT: less than
- INTEGER_LTE: less than or equal to
- LONG_NOT_IN: not in list
- LONG_EQ: equals
- LONG_IN: in list
- LONG_NOT_EQ: not equal
- LONG_GT: greater than
- LONG_GTE: greater than or equal to
- LONG_LT: less than
- LONG_LTE: less than or equal to
| LIST_CONTAINS |
| Value | string | Operator value. Options: - For LIST type:
- CONTAINS: contains
- LENGTH_GT: length greater than
- LENGTH_LT: length less than
- NOT_CONTAINS: does not contain
- NOT_IN: not in the list
- EQ: equals
- IN: in the list
- NOT_EQ: does not equal
- NOT_IN: not in the list
- EQ: equals
- IN: in the list
- NOT_EQ: does not equal
- NOT_IN: not in the list
- EQ: equals
- IN: in the list
- NOT_EQ: does not equal
- GT: greater than
- GTE: greater than or equal to
- LT: less than
- LTE: less than or equal to
- NOT_IN: not in the list
- EQ: equals
- IN: in the list
- NOT_EQ: does not equal
- GT: greater than
- GTE: greater than or equal to
- LT: less than
- LTE: less than or equal to
- NOT_IN: not in the list
- EQ: equals
- IN: in the list
- NOT_EQ: does not equal
- GT: greater than
- GTE: greater than or equal to
- LT: less than
- LTE: less than or equal to
- NOT_IN: not in the list
- EQ: equals
- IN: in the list
- NOT_EQ: does not equal
- GT: greater than
- GTE: greater than or equal to
- LT: less than
- LTE: less than or equal to
| CONTAINS |
| ShowName | string | Operator display name. Values:
- Contains: includes
- SizeGreaterThan: size greater than
- SizeLessThan: size less than
- NotContains: does not include
- NotIn: not in the list
- Equals: equals
- In: in the list
- NotEquals: does not equal
- NotIn: not in the list
- Equals: equals
- In: in the list
- NotEquals: does not equal
- NotIn: not in the list
- Equals: equals
- In: in the list
- NotEquals: does not equal
>: greater than
>=: greater than or equal to
- <: less than
- <=: less than or equal to
- NotIn: not in the list
- Equals: equals
- In: in the list
- NotEquals: does not equal
>: greater than
>=: greater than or equal to
- <: less than
- <=: less than or equal to (Note: There seems to be a repetition here, likely meant to be '<=' for 'less than or equal to')
- NotIn: not in the list
- Equals: equals
- In: in the list
- NotEquals: does not equal
>: greater than
>=: greater than or equal to
- <: less than
- <=: less than or equal to
- NotIn: not in the list
- Equals: equals
- In: in the list
- NotEquals: does not equal
-
-
说明
=: greater than or equal to
- <: less than
- <=: less than or equal to
- For INTEGER type (repeated):
- NotIn: not in the list
- Equals: equals
- In: in the list
- NotEquals: does not equal
>: greater than
>=: greater than or equal to
- <: less than
- <=: less than or equal to
| Contains |
| InputPattern | string | Operation data types. Values:
- For Name as LIST_CONTAINS, the value is: LIST
- For Name as LIST_LENGTH_GT, the value is: PRIMITIVE
- For Name as LIST_LENGTH_LT, the value is: PRIMITIVE
- For Name as LIST_NOT_CONTAINS, the value is: LIST
- For Name as STRING_NOT_IN, the value is: LIST
- For Name as STRING_EQ, the value is: PRIMITIVE
- For Name as STRING_IN, the value is: LIST
- For Name as STRING_NOT_EQ, the value is: PRIMITIVE
- For Name as BOOLEAN_NOT_IN, the value is: LIST
- For Name as BOOLEAN_EQ, the value is: PRIMITIVE
- For Name as BOOLEAN_IN, the value is: LIST
- For Name as BOOLEAN_NOT_EQ, the value is: PRIMITIVE
- For Name as FLOAT_NOT_IN, the value is: LIST
- For Name as FLOAT_EQ, the value is: PRIMITIVE
- For Name as FLOAT_IN, the value is: LIST
- For Name as FLOAT_NOT_EQ, the value is: PRIMITIVE
- For Name as FLOAT_GT, the value is: PRIMITIVE
- For Name as FLOAT_GTE, the value is: PRIMITIVE
- For Name as FLOAT_LT, the value is: PRIMITIVE
- For Name as FLOAT_LTE, the value is: PRIMITIVE
- For Name as DOUBLE_NOT_IN, the value is: LIST
- For Name as DOUBLE_EQ, the value is: PRIMITIVE
- For Name as DOUBLE_IN, the value is: LIST
- For Name as DOUBLE_NOT_EQ, the value is: PRIMITIVE
- For Name as DOUBLE_GT, the value is: PRIMITIVE
- For Name as DOUBLE_GTE, the value is: PRIMITIVE
- For Name as DOUBLE_LT, the value is: PRIMITIVE 8. For Name as DOUBLE_LTE, the value is: PRIMITIVE
- For Name as INTEGER_NOT_IN, the value is: LIST
- For Name as INTEGER_EQ, the value is: PRIMITIVE
- For Name as INTEGER_IN, the value is: LIST
- For Name as INTEGER_NOT_EQ, the value is: PRIMITIVE
- For Name as INTEGER_GT, the value is: PRIMITIVE
- For Name as INTEGER_GTE, the value is: PRIMITIVE
- For Name as INTEGER_LT, the value is: PRIMITIVE
- For Name as INTEGER_LTE, the value is: PRIMITIVE
- For Name as LONG_NOT_IN, the value is: LIST
- For Name as LONG_EQ, the value is: PRIMITIVE
- For Name as LONG_IN, the value is: LIST
- For Name as LONG_NOT_EQ, the value is: PRIMITIVE
- For Name as LONG_GT, the value is: PRIMITIVE
- For Name as LONG_GTE, the value is: PRIMITIVE
- For Name as LONG_LT, the value is: PRIMITIVE
- For Name as LONG_LTE, the value is: PRIMITIVE
- For Name as INTEGER_NOT_IN, the value is: LIST
- For Name as INTEGER_EQ, the value is: PRIMITIVE
- For Name as INTEGER_IN, the value is: LIST
- For Name as INTEGER_NOT_EQ, the value is: PRIMITIVE
- For Name as INTEGER_GT, the value is: PRIMITIVE
- For Name as INTEGER_GTE, the value is: PRIMITIVE
- For Name as INTEGER_LT, the value is: PRIMITIVE
- For Name as INTEGER_LTE, the value is: PRIMITIVE
| PRIMITIVE |