@patternmeshjs/core
Preparing search index...
BatchGetItemInput
Interface BatchGetItemInput
Single-table batch get (one
RequestItems
entry).
interface
BatchGetItemInput
{
keys
:
readonly
Record
<
string
,
unknown
>
[]
;
returnConsumedCapacity
?:
ReturnConsumedCapacityMode
;
tableName
:
string
;
}
Index
Properties
keys
return
Consumed
Capacity?
table
Name
Properties
Readonly
keys
keys
:
readonly
Record
<
string
,
unknown
>
[]
Optional
Readonly
return
Consumed
Capacity
returnConsumedCapacity
?:
ReturnConsumedCapacityMode
Readonly
table
Name
tableName
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
keys
return
Consumed
Capacity
table
Name
@patternmeshjs/core
Loading...
Single-table batch get (one
RequestItemsentry).