AWS SDK for .NET Documentation
WriteRequest Class
AmazonAmazon.DynamoDBv2.ModelWriteRequest 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.

Declaration Syntax
C#
public class WriteRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
WriteRequest()()()()
Initializes a new instance of the WriteRequest class

DeleteRequest
A request to perform a DeleteItem operation.

Equals(Object)
Determines whether the specified Object is equal to the current 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

Inheritance Hierarchy
Object
WriteRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)