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")[]