LocalSecondaryIndexBuilder Type
Constructors
| Constructor | Description |
Full Usage:
LocalSecondaryIndexBuilder(indexName)
Parameters:
string
Returns: LocalSecondaryIndexBuilder
|
|
Instance members
| Instance member | Description |
|
|
Full Usage:
this.Delay
Parameters:
unit -> LocalSecondaryIndexConfig
Returns: LocalSecondaryIndexConfig
Modifiers: inline |
|
Full Usage:
this.For
Parameters:
LocalSecondaryIndexConfig
f : unit -> LocalSecondaryIndexConfig
Returns: LocalSecondaryIndexConfig
Modifiers: inline |
|
Full Usage:
nonKeyAttributes attrs
Parameters:
string list
-
The list of non-key attribute names to include.
Returns: LocalSecondaryIndexConfig
|
Only used when
|
Full Usage:
projectionType projType
Parameters:
ProjectionType
-
The projection type (ALL, KEYS_ONLY, or INCLUDE).
Returns: LocalSecondaryIndexConfig
|
|
|
|
Full Usage:
sortKey attrName attrType
Parameters:
string
-
The attribute name for the sort key.
attrType : AttributeType
-
The attribute type (STRING, NUMBER, or BINARY).
Returns: LocalSecondaryIndexConfig
|
|
Full Usage:
sortKey attr
Parameters:
Attribute
-
The attribute definition to use as the sort key.
Returns: LocalSecondaryIndexConfig
|
|
|
|
|
|
FsCDK