Batch Get Item Result
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class BatchGetItemResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | BatchGetItemResult()()()() | Initializes a new instance of the BatchGetItemResult 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.) | 
|  | Responses | 
            Table names and the respective item attributes from the tables.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | UnprocessedKeys | 
            Contains a map of tables and their respective keys that were not processed with the current response, possibly due to reaching a limit on
            the response size. The UnprocessedKeys value is in the same form as a RequestItems parameter (so the value can be provided
            directly to a subsequent BatchGetItem operation). For more information, see the above RequestItems parameter.
             
             Constraints: | 
|  | WithResponses(array<KeyValuePair<(Of <<'(String, BatchResponse>)>>)>[]()[][]) | Obsolete. 
            Adds the KeyValuePairs to the Responses dictionary.
             | 
|  | WithUnprocessedKeys(array<KeyValuePair<(Of <<'(String, KeysAndAttributes>)>>)>[]()[][]) | Obsolete. 
            Adds the KeyValuePairs to the UnprocessedKeys dictionary.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | BatchGetItemResult |