The name of the table containing the requested items; or, if you provide IndexName
in the options
, the name of the table to which that index belongs
Optional
filter: FilterAn object describing the comparisons used to generate FilterExpression
, ExpressionAttributeNames
, and ExpressionAttributeValues
Optional
options: Partial<ScanCommandInput>The options accepted by the original ScanCommand
method
Generated using TypeDoc
Returns one or more items and item attributes by accessing every item in a table or a secondary index by delegating to
ScanCommand
.Example
Returns
The same response returned by
send()
ing this command