Table.PutItem Method (Document, PutItemOperationConfig)

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Puts a document into DynamoDB, using optional configs.

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

Syntax

C#
public Document PutItem(
         Document doc,
         PutItemOperationConfig config
)

Parameters

doc
Type: Amazon.DynamoDBv2.DocumentModel.Document

Document to save.

config
Type: Amazon.DynamoDBv2.DocumentModel.PutItemOperationConfig

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