The name of the table containing the requested items
An object describing the comparisons used to generate KeyConditionExpression, ExpressionAttributeNames, and ExpressionAttributeValues
Optional options: Partial<FacadeQueryInput>The options accepted by the original query method, plus an optional filter field that generates FilterExpression
Generated using TypeDoc
Directly access items from a table by primary key or a secondary index by delegating to
DocumentClient.query.Example
Returns
The same response returned by
query().promise()