Write
Attributes
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Filter a Scan or a Query
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Executes a DynamoDB Scan in parallel. There are no guarantees on order of returned items.
Executes a DynamoDB Scan in parallel. There are no guarantees on order of returned items.
Value parameters
- n
-
The number of parallel requests to make to DynamoDB
Attributes
- Inherited from:
- DynamoDBQuery
Note for update(...)
ATM both ReturnValues.UpdatedNew and ReturnValues.UpdatedOld will potentially cause a decode error for the high level API if all the attributes are not updated as this will result in partial data being returned and hence a decode error so should not be use.
Note for update(...)
ATM both ReturnValues.UpdatedNew and ReturnValues.UpdatedOld will potentially cause a decode error for the high level API if all the attributes are not updated as this will result in partial data being returned and hence a decode error so should not be use.
If these are required then use the low level API for now.
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Adds a KeyConditionExpr to a DynamoDBQuery. Example:
Adds a KeyConditionExpr to a DynamoDBQuery. Example:
// high level type safe API where "email" and "subject" keys are defined using ProjectionExpression.accessors[Student]
val newQuery = query.whereKey(email.partitionKey === "[email protected]" && subject.sortKey === "maths")
// low level API
val newQuery = query.whereKey($("email").partitionKey === "[email protected]" && $("subject").sortKey === "maths")
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery
Attributes
- Inherited from:
- DynamoDBQuery