SizeConditionExpression
type SizeConditionExpression = object;Represents a SIZE condition expression: size(<operand>) <operator> <value>
Properties
Section titled “Properties”operand
Section titled “operand”operand: Operand;operator
Section titled “operator”operator: ComparisonOperator;type: typeof $size;value: NativeAttributeValue;