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.
Inheritance Hierarchy
Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public class Projection : Object
The Projection type exposes the following members
Constructors
Name | Description | |
---|---|---|
![]() |
Projection() |
Properties
Name | Description | |
---|---|---|
![]() |
NonKeyAttributes |
Represents the non-key attribute names which will be projected into the index. The total count of attributes specified in
NonKeyAttributes, summed across all of the local secondary indexes, must not exceed 20. If you project the same attribute into two
different indexes, this counts as two distinct attributes when determining the total.
Constraints: |
![]() |
ProjectionType |
Represents the set of attributes that are projected into the index:
Constraints: |
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