AWS SDK for .NET Documentation
AttributeValue Class
AmazonAmazon.DynamoDBv2.ModelAttributeValue 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.

Declaration Syntax
C#
public class AttributeValue
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
AttributeValue()()()()
Initializes a new instance of the AttributeValue class

B
A Binary data type

BS
A Binary set data type

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
A Number data type

NS
Number set data type

S
A String data type

SS
A String set data type

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

Inheritance Hierarchy
Object
AttributeValue

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)