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.

C# |
public class WriteRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | WriteRequest()()()() | Initializes a new instance of the WriteRequest class |
![]() | DeleteRequest |
A request to perform a DeleteItem operation.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | PutRequest |
A request to perform a PutItem operation.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithDeleteRequest(DeleteRequest) | Obsolete.
Sets the DeleteRequest property
|
![]() | WithPutRequest(PutRequest) | Obsolete.
Sets the PutRequest property
|

Object | |
![]() | WriteRequest |