AWS SDK for .NET Documentation
ToAttributeUpdateMap Method (changedAttributesOnly)
AmazonAmazon.DynamoDB.DocumentModelDocumentToAttributeUpdateMap(Boolean) Did this page help you?   Yes   No    Tell us about it...
Creates a map of attribute names mapped to AttributeValueUpdate objects.
Declaration Syntax
C#
public Dictionary<string, AttributeValueUpdate> ToAttributeUpdateMap(
	bool changedAttributesOnly
)
Parameters
changedAttributesOnly (Boolean)
If true, only attributes that have been changed will be in the map.
Return Value

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