TransactGetItems is a synchronous operation that atomically retrieves multiple items from one or more tables (but not from indexes) in a single account and Region
Source:R/dynamodb_operations.R
dynamodb_transact_get_items.Rdtransact_get_items is a synchronous operation that atomically retrieves multiple items from one or more tables (but not from indexes) in a single account and Region. A transact_get_items call can contain up to 100 TransactGetItem objects, each of which contains a Get structure that specifies an item to retrieve from a table in the account and Region. A call to transact_get_items cannot retrieve items from tables in more than one Amazon Web Services account or Region. The aggregate size of the items in the transaction cannot exceed 4 MB.
See https://www.paws-r-sdk.com/docs/dynamodb_transact_get_items/ for full documentation.
Arguments
- TransactItems
[required] An ordered array of up to 100
TransactGetItemobjects, each of which contains aGetstructure.- ReturnConsumedCapacity
A value of
TOTALcauses consumed capacity information to be returned, and a value ofNONEprevents that information from being returned. No other value is valid.