AWS SDK for .NET Documentation
WriteRequest Class
AmazonAmazon.DynamoDB.ModelWriteRequest Did this page help you?   Yes   No    Tell us about it...

This structure is a Union of PutRequest and DeleteRequest. It can contain exactly one of PutRequest or DeleteRequest . Never Both. This is enforced in the code.

Declaration Syntax
C#
public class WriteRequest
Members
All MembersConstructorsMethodsProperties



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

DeleteRequest
A container for a Delete BatchWrite request

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 container for a Put BatchWrite request

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)