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