ProtectedThe operator property determines the condition type. Operators map to conditions as follows:
begins_with - QueryConditionBeginsWithbetween - QueryConditionBetween<, <=, =, >, >=, <> - QueryConditionComparisonFor more info, see the DynamoDB key condition expression documentation.
Passed as
conditionargument toQueryBuilder.addRangeKeyCondition.