MatchConditionOutput interface
Eşleşme koşullarını tanımlayın.
Özellikler
| match |
Değeri eşleştirin. |
| match |
Eşleşme değişkenleri listesi. |
| negation |
Bunun geçersiz koşul olup olmadığı. |
| operator | Eşleştirilecek işleç. |
| transforms | Dönüşümlerin listesi. |
Özellik Ayrıntıları
matchValues
Değeri eşleştirin.
matchValues: string[]
Özellik Değeri
string[]
matchVariables
Eşleşme değişkenleri listesi.
matchVariables: MatchVariableOutput[]
Özellik Değeri
negationConditon
Bunun geçersiz koşul olup olmadığı.
negationConditon?: boolean
Özellik Değeri
boolean
operator
Eşleştirilecek işleç.
operator: "Any" | "Contains" | "Equal" | "IPMatch" | "LessThan" | "GreaterThan" | "LessThanOrEqual" | "GreaterThanOrEqual" | "BeginsWith" | "EndsWith" | "Regex" | "GeoMatch"
Özellik Değeri
"Any" | "Contains" | "Equal" | "IPMatch" | "LessThan" | "GreaterThan" | "LessThanOrEqual" | "GreaterThanOrEqual" | "BeginsWith" | "EndsWith" | "Regex" | "GeoMatch"
transforms
Dönüşümlerin listesi.
transforms?: ("Uppercase" | "Lowercase" | "Trim" | "UrlDecode" | "UrlEncode" | "RemoveNulls" | "HtmlEntityDecode")[]
Özellik Değeri
("Uppercase" | "Lowercase" | "Trim" | "UrlDecode" | "UrlEncode" | "RemoveNulls" | "HtmlEntityDecode")[]