A container for a Put BatchWrite request
 Declaration Syntax
 Declaration Syntax| C# | 
public class PutRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | PutRequest()()()() | Initializes a new instance of the PutRequest 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.) | 
|  | Item | 
            The item to put
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithItem(array<KeyValuePair<(Of <<'(String, AttributeValue>)>>)>[]()[][]) | Obsolete. 
            Adds the KeyValuePairs to the Item dictionary.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | PutRequest |