AWS SDK for .NET Documentation
Document Class
AmazonAmazon.DynamoDB.DocumentModelDocument Did this page help you?   Yes   No    Tell us about it...
A collection of attribute key-value pairs that defines an item in DynamoDB.
Declaration Syntax
C#
public class Document
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Document()()()()
Constructs an empty Document.

Contains(String)
Determines if a specific attribute is set on the Document.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FromAttributeMap(Dictionary<(Of <<'(String, AttributeValue>)>>))
Creates a Document from an attribute map.

GetAttributeNames()()()()
Returns the names of all the attributes.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsAttributeChanged(String)
Returns true if the attribute has been changed.

IsDirty()()()()
Returns true if the document contains attributes that have not been saved.

Item[([( String])])
Attribute accessor, allows getting or setting of an individual attribute.

ToAttributeMap()()()()
Creates a map of attribute names mapped to AttributeValue objects.

ToAttributeUpdateMap(Boolean)
Creates a map of attribute names mapped to AttributeValueUpdate objects.

ToExpectedAttributeMap()()()()
Creates a map of attribute names mapped to ExpectedAttributeValue objects.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
TryGetValue(String, DynamoDBEntry%)
Gets the value associated with the specified attribute value.

Inheritance Hierarchy
Object
Document

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