AttributeValue can be String , Number , StringSet , NumberSet .
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 |
| Member | Description | |
|---|---|---|
| AttributeValue()()()() | Initializes a new instance of the AttributeValue class | |
| Equals(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()()()() | (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
|