LocalSecondaryIndex Class

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...

Represents a local secondary index.

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.Model.LocalSecondaryIndex

Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class LocalSecondaryIndex : Object

The LocalSecondaryIndex type exposes the following members

Constructors

  Name Description
Public Method LocalSecondaryIndex()

Properties

  Name Description
Public Property IndexName Represents the name of the secondary index. The name must be unique among all other indexes on this table.

Constraints:Length3 - 255Pattern[a-zA-Z0-9_.-]+

Public Property KeySchema Represents the complete index key schema, which consists of one or more pairs of attribute names and key types (HASH or RANGE).

Constraints:Length1 - 2

Public Property 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