@karmaniverous/entity-client-dynamodb
GitHub
Preparing search index...
index
IndexParams
Interface IndexParams
Protected
IndexParams
interface
IndexParams
{
expressionAttributeNames
:
Record
<
string
,
string
|
undefined
>
;
expressionAttributeValues
:
Record
<
string
,
NativeScalarAttributeValue
|
undefined
,
>
;
filterConditions
:
(
string
|
undefined
)
[]
;
projectionAttributes
?:
string
[]
;
rangeKeyCondition
?:
string
;
scanIndexForward
?:
boolean
;
}
Index
Properties
expression
Attribute
Names
expression
Attribute
Values
filter
Conditions
projection
Attributes?
range
Key
Condition?
scan
Index
Forward?
Properties
expression
Attribute
Names
expressionAttributeNames
:
Record
<
string
,
string
|
undefined
>
expression
Attribute
Values
expressionAttributeValues
:
Record
<
string
,
NativeScalarAttributeValue
|
undefined
,
>
filter
Conditions
filterConditions
:
(
string
|
undefined
)
[]
Optional
projection
Attributes
projectionAttributes
?:
string
[]
Optional list of attributes to project for this index.
Optional
range
Key
Condition
rangeKeyCondition
?:
string
Optional
scan
Index
Forward
scanIndexForward
?:
boolean
Settings
Member Visibility
Protected
Theme
OS
Light
Dark
On This Page
Properties
expression
Attribute
Names
expression
Attribute
Values
filter
Conditions
projection
Attributes
range
Key
Condition
scan
Index
Forward
GitHub
@karmaniverous/entity-client-dynamodb
Loading...
IndexParams