Represents a local secondary index.
Inheritance Hierarchy
Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public class LocalSecondaryIndex : Object
The LocalSecondaryIndex type exposes the following members
Constructors
| Name | Description | |
|---|---|---|
|
LocalSecondaryIndex() |
Properties
| Name | Description | |
|---|---|---|
|
IndexName |
Represents the name of the secondary index. The name must be unique among all other indexes on this table.
Constraints: |
|
KeySchema |
Represents the complete index key schema, which consists of one or more pairs of attribute names and key types ( Constraints: |
|
Projection | Represents attributes that are copied (projected) from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected. |
Version Information
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8
.NET for Windows Phone:
Supported in: Window Phone 8