AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Represents a request to put (create or replace) an item in a DynamoDB table using the Document Model. This class introduces a modern expression-based API that replaces legacy parameter-based approaches. Legacy parameters such as Expected are not supported. Use ConditionalExpression instead.
Namespace: Amazon.DynamoDBv2.DocumentModel
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z
public class PutItemDocumentOperationRequest : DocumentOperationRequest
The PutItemDocumentOperationRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
PutItemDocumentOperationRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
ConditionalExpression | Amazon.DynamoDBv2.DocumentModel.Expression |
Gets or sets the conditional expression specifying when the item should be put. |
|
Document | Amazon.DynamoDBv2.DocumentModel.Document |
Gets or sets the document to be put in the table. |
|
ReturnValues | Amazon.DynamoDBv2.DocumentModel.ReturnValues |
Flag specifying what values should be returned. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer