Represents a request to perform a DeleteItem operation on an item.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteRequest()()()() | Initializes a new instance of the DeleteRequest class | 
|  | 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.) | 
|  | 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
 Inheritance Hierarchy| Object | |
|  | DeleteRequest |