Protected
The operator
property determines the condition type. Operators map to conditions as follows:
begins_with
- QueryConditionBeginsWith
between
- QueryConditionBetween
<
, <=
, =
, >
, >=
, <>
- QueryConditionComparison
For more info, see the DynamoDB key condition expression documentation.
Passed as
condition
argument toQueryBuilder.addRangeKeyCondition
.