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 perform a PutItem
operation on an item.
Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z
public class PutRequest
The PutRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
PutRequest() |
Empty constructor used to set properties independently even when a simple constructor is available |
![]() |
PutRequest(Dictionary<String, AttributeValue>) |
Instantiates PutRequest with the parameterized properties |
Name | Type | Description | |
---|---|---|---|
![]() |
Item | System.Collections.Generic.Dictionary<System.String, Amazon.DynamoDBv2.Model.AttributeValue> |
Gets and sets the property Item.
A map of attribute name to attribute values, representing the primary key of an item
to be processed by |
.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