GlobalSecondaryIndexBuilder Type
Constructors
| Constructor | Description |
Full Usage:
GlobalSecondaryIndexBuilder(indexName)
Parameters:
string
Returns: GlobalSecondaryIndexBuilder
|
|
Instance members
| Instance member | Description |
Full Usage:
this.Combine
Parameters:
GlobalSecondaryIndexConfig
config2 : GlobalSecondaryIndexConfig
Returns: GlobalSecondaryIndexConfig
|
|
Full Usage:
contributorInsightsEnabled enabled
Parameters:
bool
-
Whether to enable contributor insights.
Returns: GlobalSecondaryIndexConfig
|
|
Full Usage:
contributorInsightsSpecification enabled mode
Parameters:
bool
-
Whether contributor insights are enabled.
mode : ContributorInsightsMode
-
The contributor insights mode.
Returns: GlobalSecondaryIndexConfig
|
|
Full Usage:
contributorInsightsSpecification spec
Parameters:
ContributorInsightsSpecification
-
The contributor insights specification.
Returns: GlobalSecondaryIndexConfig
|
|
Full Usage:
this.Delay
Parameters:
unit -> GlobalSecondaryIndexConfig
Returns: GlobalSecondaryIndexConfig
Modifiers: inline |
|
Full Usage:
this.For
Parameters:
GlobalSecondaryIndexConfig
f : unit -> GlobalSecondaryIndexConfig
Returns: GlobalSecondaryIndexConfig
Modifiers: inline |
|
Full Usage:
maxReadRequestUnits max
Parameters:
float
-
The maximum read request units.
Returns: GlobalSecondaryIndexConfig
|
|
Full Usage:
maxWriteRequestUnits max
Parameters:
float
-
The maximum write request units.
Returns: GlobalSecondaryIndexConfig
|
|
Full Usage:
nonKeyAttributes attrs
Parameters:
string list
-
The list of non-key attribute names to include.
Returns: GlobalSecondaryIndexConfig
|
Only used when
|
Full Usage:
partitionKey attrName attrType
Parameters:
string
-
The attribute name for the partition key.
attrType : AttributeType
-
The attribute type (STRING, NUMBER, or BINARY).
Returns: GlobalSecondaryIndexConfig
|
|
Full Usage:
partitionKey attr
Parameters:
Attribute
-
The attribute definition to use as the partition key.
Returns: GlobalSecondaryIndexConfig
|
|
Full Usage:
projectionType projType
Parameters:
ProjectionType
-
The projection type (ALL, KEYS_ONLY, or INCLUDE).
Returns: GlobalSecondaryIndexConfig
|
|
Full Usage:
readCapacity read
Parameters:
float
-
The provisioned read capacity units.
Returns: GlobalSecondaryIndexConfig
|
Only applicable when using PROVISIONED capacity mode.
|
Full Usage:
this.Run
Parameters:
GlobalSecondaryIndexConfig
Returns: GlobalSecondaryIndexProps
|
|
Full Usage:
sortKey attrName attrType
Parameters:
string
-
The attribute name for the sort key.
attrType : AttributeType
-
The attribute type (STRING, NUMBER, or BINARY).
Returns: GlobalSecondaryIndexConfig
|
|
Full Usage:
sortKey attr
Parameters:
Attribute
-
The attribute definition to use as the sort key.
Returns: GlobalSecondaryIndexConfig
|
|
Full Usage:
warmThroughput warm
Parameters:
IWarmThroughput
-
The warm throughput configuration.
Returns: GlobalSecondaryIndexConfig
|
|
Full Usage:
writeCapacity write
Parameters:
float
-
The provisioned write capacity units.
Returns: GlobalSecondaryIndexConfig
|
Only applicable when using PROVISIONED capacity mode.
|
|
|
|
|
FsCDK