Table.UpdateItem Method (Document, UpdateItemOperationConfig)

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Update a document in DynamoDB, using specified config.

Namespace: Amazon.DynamoDBv2.DocumentModel
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public Document UpdateItem(
         Document doc,
         UpdateItemOperationConfig config
)

Parameters

doc
Type: Amazon.DynamoDBv2.DocumentModel.Document

Document to update.

config
Type: Amazon.DynamoDBv2.DocumentModel.UpdateItemOperationConfig

Configuration to use.

Return Value
Type: Amazon.DynamoDBv2.DocumentModel.Document
Null or updated attributes, depending on config.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5