What item operation allows the retrieval of multiple items from a DynamoDB table in a single
API call?
A.
GetItem
B.
BatchGetItem
C.
GetMultipleItems
D.
GetItemRange
What item operation allows the retrieval of multiple items from a DynamoDB table in a single
API call?
What item operation allows the retrieval of multiple items from a DynamoDB table in a single
API call?
A.
GetItem
B.
BatchGetItem
C.
GetMultipleItems
D.
GetItemRange
I agree with the answer. B
B
b
B
http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_BatchGetItem.html
B
B
B
B.
If the application needs to read multiple items, you can use the “BatchGetItem” API (up to 1MB of data which can contain as many as 100 items)
B