AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Each attribute in an item is a name-value pair. An attribute can be single-valued or multi-valued set. For example, a book item can have title and authors attributes. Each book has one title but can have many authors. The multi-valued attribute is a set; duplicate values are not allowed.

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.Model.AttributeValue

Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class AttributeValue : Object

The AttributeValue type exposes the following members

Constructors

NameDescription
Public Method AttributeValue() Empty constructor used to set properties independently even when a simple constructor is available
Public Method AttributeValue(string) Instantiates AttributeValue with the parameterized properties
Public Method AttributeValue(List<String>)

Properties

NameTypeDescription
Public Property B System.IO.MemoryStream Gets and sets the property B.

A Binary data type.

Public Property BOOL System.Boolean Gets and sets the property BOOL.

A Boolean data type.

Public Property BS System.Collections.Generic.List<System.IO.MemoryStream> Gets and sets the property BS.

A Binary Set data type.

Public Property IsBOOLSet System.Boolean This property is set to true if the property Amazon.DynamoDBv2.Model.AttributeValue.BOOL is set; false otherwise. This property can be used to determine if the related property was returned by a service response or if the related property should be sent to the service during a service call.
Public Property IsLSet System.Boolean This property is set to true if the property Amazon.DynamoDBv2.Model.AttributeValue.L is set; false otherwise. This property can be used to determine if the related property was returned by a service response or if the related property should be sent to the service during a service call.
Public Property IsMSet System.Boolean This property is set to true if the property Amazon.DynamoDBv2.Model.AttributeValue.M is set; false otherwise. This property can be used to determine if the related property was returned by a service response or if the related property should be sent to the service during a service call.
Public Property L System.Collections.Generic.List<Amazon.DynamoDBv2.Model.AttributeValue> Gets and sets the property L.

A List of attribute values.

Public Property M System.Collections.Generic.Dictionary<System.String, Amazon.DynamoDBv2.Model.AttributeValue> Gets and sets the property M.

A Map of attribute values.

Public Property N System.String Gets and sets the property N.

A Number data type.

Public Property NS System.Collections.Generic.List<System.String> Gets and sets the property NS.

A Number Set data type.

Public Property NULL System.Boolean Gets and sets the property NULL.

A Null data type.

Public Property S System.String Gets and sets the property S.

A String data type.

Public Property SS System.Collections.Generic.List<System.String> Gets and sets the property SS.

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.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8