CookiesMatchConditionParameters interface
定義 Cookie 比對條件的參數
屬性
match |
傳遞規則條件的相符值 |
negate |
描述此是否為否定條件 |
operator | 描述要比對的運算子 |
selector | 要比對的 Cookie 名稱 |
transforms | 轉換的清單 |
type |
屬性詳細資料
matchValues
傳遞規則條件的相符值
matchValues?: string[]
屬性值
string[]
negateCondition
描述此是否為否定條件
negateCondition?: boolean
屬性值
boolean
operator
描述要比對的運算子
operator: string
屬性值
string
selector
要比對的 Cookie 名稱
selector?: string
屬性值
string
transforms
轉換的清單
transforms?: string[]
屬性值
string[]
typeName
typeName: "DeliveryRuleCookiesConditionParameters"
屬性值
"DeliveryRuleCookiesConditionParameters"