AttributeValue can be String , Number , StringSet , NumberSet .

Namespace: Amazon.DynamoDB.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class AttributeValue
Public Class AttributeValue
public ref class AttributeValue

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AttributeValue()()()()
Initializes a new instance of the AttributeValue class
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
N
Numbers are positive or negative exact-value decimals and integers. A number can have up to 38 digits precision and can be between 10^-128 to 10^+126.
NS
A set of numbers.
S
Strings are Unicode with UTF-8 binary encoding. The maximum size is limited by the size of the primary key (1024 bytes as a range part of a key or 2048 bytes as a single part hash key) or the item size (64k).
SS
A set of strings.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithN(String)
Sets the N property
WithNS(IEnumerable<(Of <<'(String>)>>))
Adds elements to the NS collection
WithNS(array<String>[]()[][])
Adds elements to the NS collection
WithS(String)
Sets the S property
WithSS(IEnumerable<(Of <<'(String>)>>))
Adds elements to the SS collection
WithSS(array<String>[]()[][])
Adds elements to the SS collection

Inheritance Hierarchy

System..::..Object
  Amazon.DynamoDB.Model..::..AttributeValue

See Also