LocalSecondaryIndexDescription Class

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

Represents the properties of a secondary index.

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.Model.LocalSecondaryIndexDescription

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

Syntax

C#
public class LocalSecondaryIndexDescription : Object

The LocalSecondaryIndexDescription type exposes the following members

Constructors

  Name Description
Public Method LocalSecondaryIndexDescription()

Properties

  Name Description
Public Property IndexName Represents the name of the secondary index.

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

Public Property IndexSizeBytes Represents the total size of the index, in bytes. Amazon DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.
Public Property ItemCount Represents the number of items in the index. Amazon DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.
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