AttributeValue Class

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

Represents the data for an attribute. You can set one, and only one, of the elements.

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.Model.AttributeValue

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

Syntax

C#
public class AttributeValue : Object

The AttributeValue type exposes the following members

Constructors

  Name Description
Public Method AttributeValue()

Properties

  Name Description
Public Property B Represents a Binary data type
Public Property BS Represents a Binary set data type
Public Property N Represents a Number data type
Public Property NS Represents a Number set data type
Public Property S Represents a String data type
Public Property SS Represents a String set data type

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