WriteRequest Class

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...

Represents an operation to perform - either DeleteItem or PutItem . You can only specify one of these operations, not both, in a single WriteRequest . If you do need to perform both of these operations, you will need to specify two separate WriteRequest objects.

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.Model.WriteRequest

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

Syntax

C#
public class WriteRequest : Object

The WriteRequest type exposes the following members

Constructors

  Name Description
Public Method WriteRequest()

Properties

  Name Description
Public Property DeleteRequest Represents a request to perform a DeleteItem operation.
Public Property PutRequest Represents a request to perform a PutItem operation.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8