QueryStringMatchConditionParameters interface
定義 QueryString 比對條件的參數
屬性
| match |
傳遞規則條件的比對值 |
| negate |
描述這是否為否定條件 |
| operator | 描述要比對的運算符 |
| transforms | 轉換清單 |
| type |
屬性詳細資料
matchValues
傳遞規則條件的比對值
matchValues?: string[]
屬性值
string[]
negateCondition
描述這是否為否定條件
negateCondition?: boolean
屬性值
boolean
operator
描述要比對的運算符
operator: string
屬性值
string
transforms
轉換清單
transforms?: string[]
屬性值
string[]
typeName
typeName: "DeliveryRuleQueryStringConditionParameters"
屬性值
"DeliveryRuleQueryStringConditionParameters"