@patternmeshjs/core
Preparing search index...
LocalIndexDef
Interface LocalIndexDef
interface
LocalIndexDef
{
nonKeyAttributes
?:
readonly
string
[]
;
partitionKey
:
string
;
projectionType
?:
"ALL"
|
"KEYS_ONLY"
|
"INCLUDE"
;
sortKey
:
string
;
type
?:
"LSI"
;
}
Index
Properties
non
Key
Attributes?
partition
Key
projection
Type?
sort
Key
type?
Properties
Optional
non
Key
Attributes
nonKeyAttributes
?:
readonly
string
[]
partition
Key
partitionKey
:
string
LSI must share partition key with base table.
Optional
projection
Type
projectionType
?:
"ALL"
|
"KEYS_ONLY"
|
"INCLUDE"
sort
Key
sortKey
:
string
Optional
type
type
?:
"LSI"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
non
Key
Attributes
partition
Key
projection
Type
sort
Key
type
@patternmeshjs/core
Loading...
LSI must share partition key with base table.