MatchCondition interface
일치 조건을 정의합니다.
속성
| match |
가능한 일치 값 목록입니다. |
| match |
비교할 변수를 요청합니다. |
| negate |
이 조건의 결과를 부정해야 하는지를 설명합니다. |
| operator | 변수 값과 일치시키는 데 사용할 비교 형식입니다. |
| selector | QueryString, PostArgs, RequestHeader 또는 Cookies 변수의 특정 키와 일치합니다. 기본값은 null입니다. |
| transforms | 변환 목록입니다. |
속성 세부 정보
matchValue
가능한 일치 값 목록입니다.
matchValue: string[]
속성 값
string[]
matchVariable
비교할 변수를 요청합니다.
matchVariable: string
속성 값
string
negateCondition
이 조건의 결과를 부정해야 하는지를 설명합니다.
negateCondition?: boolean
속성 값
boolean
operator
변수 값과 일치시키는 데 사용할 비교 형식입니다.
operator: string
속성 값
string
selector
QueryString, PostArgs, RequestHeader 또는 Cookies 변수의 특정 키와 일치합니다. 기본값은 null입니다.
selector?: string
속성 값
string
transforms
변환 목록입니다.
transforms?: string[]
속성 값
string[]