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 QueryCommand
class, 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
QueryCommand
.Example
Returns
The same response returned by
send()
ing this command