KeySchemaElement Class

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

Represents a key schema. Specifies the attributes that make up the primary key of a table, or the key attributes of a secondary index.

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.Model.KeySchemaElement

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

Syntax

C#
public class KeySchemaElement : Object

The KeySchemaElement type exposes the following members

Constructors

  Name Description
Public Method KeySchemaElement()

Properties

  Name Description
Public Property AttributeName Represents the name of a key attribute.

Constraints:Length1 - 255

Public Property KeyType Represents the attribute data, consisting of the data type and the attribute value itself.

Constraints:Allowed ValuesHASH, RANGE

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