@patternmeshjs/core
Preparing search index...
GetItemInput
Interface GetItemInput
interface
GetItemInput
{
consistentRead
?:
boolean
;
expressionAttributeNames
?:
Record
<
string
,
string
>
;
key
:
Record
<
string
,
unknown
>
;
projectionExpression
?:
string
;
returnConsumedCapacity
?:
ReturnConsumedCapacityMode
;
tableName
:
string
;
}
Index
Properties
consistent
Read?
expression
Attribute
Names?
key
projection
Expression?
return
Consumed
Capacity?
table
Name
Properties
Optional
Readonly
consistent
Read
consistentRead
?:
boolean
Optional
Readonly
expression
Attribute
Names
expressionAttributeNames
?:
Record
<
string
,
string
>
Readonly
key
key
:
Record
<
string
,
unknown
>
Optional
Readonly
projection
Expression
projectionExpression
?:
string
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
consistent
Read
expression
Attribute
Names
key
projection
Expression
return
Consumed
Capacity
table
Name
@patternmeshjs/core
Loading...