MatchConditionOutput interface
定义匹配条件。
属性
| match |
匹配值。 |
| match |
匹配变量的列表。 |
| negation |
这是否为否定条件。 |
| operator | 要匹配的运算符。 |
| transforms | 转换列表。 |
属性详细信息
matchValues
匹配值。
matchValues: string[]
属性值
string[]
matchVariables
negationConditon
这是否为否定条件。
negationConditon?: boolean
属性值
boolean
operator
要匹配的运算符。
operator: "Any" | "Contains" | "Equal" | "IPMatch" | "LessThan" | "GreaterThan" | "LessThanOrEqual" | "GreaterThanOrEqual" | "BeginsWith" | "EndsWith" | "Regex" | "GeoMatch"
属性值
"Any" | "Contains" | "Equal" | "IPMatch" | "LessThan" | "GreaterThan" | "LessThanOrEqual" | "GreaterThanOrEqual" | "BeginsWith" | "EndsWith" | "Regex" | "GeoMatch"
transforms
转换列表。
transforms?: ("Uppercase" | "Lowercase" | "Trim" | "UrlDecode" | "UrlEncode" | "RemoveNulls" | "HtmlEntityDecode")[]
属性值
("Uppercase" | "Lowercase" | "Trim" | "UrlDecode" | "UrlEncode" | "RemoveNulls" | "HtmlEntityDecode")[]