zio.dynamodb.KeyConditionExpr
See theKeyConditionExpr companion object
This sum type models:
- partition key equality expressions
- composite primary key expressions where sort key expression is equality
- extended composite primary key expressions where sort key is not equality eg >, <, >=, <=, between, begins_with
Note 1), 2) and 3) are all valid key condition expressions used in Query DynamoDB queries BUT only 1) and 2) are valid primary key expressions that can be used in GetItem, UpdateItem and DeleteItem DynamoDB queries
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait PrimaryKeyExpr[From]
- Self type
-
KeyConditionExpr[From]
Members list
In this article