Preparing search index...
The search index is not available
@symphoniacloud/dynamodb-entity-store
@symphoniacloud/dynamodb-entity-store
MultiEntityTableConfig
Interface MultiEntityTableConfig
interface
MultiEntityTableConfig
{
allowScans
?:
boolean
;
entityTypes
?:
string
[]
;
gsiNames
?:
Record
<
string
,
string
>
;
metaAttributeNames
:
MetaAttributeNames
;
tableName
:
string
;
}
Hierarchy (
view full
)
TableConfig
MultiEntityTableConfig
Index
Properties
allow
Scans?
entity
Types?
gsi
Names?
meta
Attribute
Names
table
Name
Properties
Optional
allow
Scans
allow
Scans
?:
boolean
Optional
entity
Types
entity
Types
?:
string
[]
Optional
gsi
Names
gsi
Names
?:
Record
<
string
,
string
>
meta
Attribute
Names
meta
Attribute
Names
:
MetaAttributeNames
table
Name
table
Name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Scans
entity
Types
gsi
Names
meta
Attribute
Names
table
Name
@symphoniacloud/dynamodb-entity-store
Loading...