A collection of attribute key-value pairs that defines an item in DynamoDB.

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

Syntax

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

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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

System..::..Object
  Amazon.DynamoDB.DocumentModel..::..Document

See Also