Skip to content

SizeConditionExpression

type SizeConditionExpression = object;

Represents a SIZE condition expression: size(<operand>) <operator> <value>

operand: Operand;

operator: ComparisonOperator;

type: typeof $size;

value: NativeAttributeValue;