MatchCondition interface
일치 조건 정의
속성
match |
가능한 일치 값 목록입니다. |
match |
비교할 변수를 일치합니다. |
negate |
이 조건의 결과를 부정해야 하는지를 설명합니다. |
operator | 일치시킬 연산자를 설명합니다. |
selector | 선택기는 QueryString, 쿠키, RequestHeader 또는 PostArgs에 대한 특정 키를 일치시키는 데 사용할 수 있습니다. |
transforms | 변환 목록입니다. |
속성 세부 정보
matchValue
가능한 일치 값 목록입니다.
matchValue: string[]
속성 값
string[]
matchVariable
비교할 변수를 일치합니다.
matchVariable: string
속성 값
string
negateCondition
이 조건의 결과를 부정해야 하는지를 설명합니다.
negateCondition?: boolean
속성 값
boolean
operator
일치시킬 연산자를 설명합니다.
operator: string
속성 값
string
selector
선택기는 QueryString, 쿠키, RequestHeader 또는 PostArgs에 대한 특정 키를 일치시키는 데 사용할 수 있습니다.
selector?: string
속성 값
string
transforms
변환 목록입니다.
transforms?: string[]
속성 값
string[]