QueryStringMatchConditionParameters interface
Defines the parameters for QueryString match conditions
Properties
match |
The match value for the condition of the delivery rule |
negate |
Describes if this is negate condition or not |
operator | Describes operator to be matched |
transforms | List of transforms |
type |
Property Details
matchValues
The match value for the condition of the delivery rule
matchValues?: string[]
Property Value
string[]
negateCondition
Describes if this is negate condition or not
negateCondition?: boolean
Property Value
boolean
operator
Describes operator to be matched
operator: string
Property Value
string
transforms
List of transforms
transforms?: string[]
Property Value
string[]
typeName
typeName: "DeliveryRuleQueryStringConditionParameters"
Property Value
"DeliveryRuleQueryStringConditionParameters"