AttributeValue can be String , Number , Binary , StringSet , NumberSet , BinarySet .

C# |
public class AttributeValue

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | AttributeValue()()()() | Initializes a new instance of the AttributeValue class |
![]() | B |
Binary attributes are sequences of unsigned bytes.
|
![]() | BS |
A set of binary attributes.
|
![]() | 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()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithB(MemoryStream) | Obsolete.
Sets the B property
|
![]() | WithBS(array<MemoryStream>[]()[][]) | Obsolete.
Adds elements to the BS collection
|
![]() | WithBS(IEnumerable<(Of <<'(MemoryStream>)>>)) | Obsolete.
Adds elements to the BS collection
|
![]() | WithN(String) | Obsolete.
Sets the N property
|
![]() | WithNS(array<String>[]()[][]) | Obsolete.
Adds elements to the NS collection
|
![]() | WithNS(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Adds elements to the NS collection
|
![]() | WithS(String) | Obsolete.
Sets the S property
|
![]() | WithSS(array<String>[]()[][]) | Obsolete.
Adds elements to the SS collection
|
![]() | WithSS(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Adds elements to the SS collection
|

Object | |
![]() | AttributeValue |