AWS SDK for .NET Documentation
DeleteRequest Class
AmazonAmazon.DynamoDBv2.ModelDeleteRequest Did this page help you?   Yes   No    Tell us about it...

Represents a request to perform a DeleteItem operation on an item.

Declaration Syntax
C#
public class DeleteRequest
Members
All MembersConstructorsMethodsProperties



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

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.)
Key
A map of attribute name to attribute values, representing the primary key of the item to delete. All of the table's primary key attributes must be specified, and their data types must match those of the table's key schema.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithKey(array<KeyValuePair<(Of <<'(String, AttributeValue>)>>)>[]()[][]) Obsolete.
Adds the KeyValuePairs to the Key dictionary.

Inheritance Hierarchy
Object
DeleteRequest

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