Initialize KeyConditionExpression with existing or new ExpressionAttributes.
Object used to get path and value aliases.
Object for getting path and value aliases.
Array of conditions expressions. DynamoDB currently only supports two conditions that with an 'AND' between them.
Add key condition expression.
Condition expression to add.
See ExpressionAttributes.addPath for details.
See ExpressionAttributes.addValue for details.
Gets the expression from paths, values and conditions added.
key condition expression to use KeyConditionExpression param.
Helper function to set a 'KeyConditionExpression' value on the params argument if there are conditions to resolve.
Params used for DocumentClient query methods.
List of conditions to evaluate with AND.
The params argument passed in.
Create a key condition expression from a primary key.
Primary key value to build the expression from.
Object used to get path and value aliases and store the key conditions array.
A key condition expression to use for the KeyConditionExpression param.
Generated using TypeDoc
Object passed down to KeyCondition.Resolver functions to support getting path and value aliases and provide context to the resolver function to support advanced key condition resolvers.