Represents a non-generic object for retrieving a batch of items
            from a single DynamoDB table
            
 Declaration Syntax
 Declaration Syntax| C# | 
public abstract class BatchGet
 Members
 Members| All Members | Methods | Properties | |||
| Icon | Member | Description | 
|---|---|---|
|  | BeginExecute(AsyncCallback, Object) | 
            Initiates the asynchronous execution of the Execute operation.
             | 
|  | ConsistentRead | 
            If set to true, a consistent read is issued. Otherwise eventually-consistent is used.
             | 
|  | EndExecute(IAsyncResult) | 
            Finishes the asynchronous execution of the Execute operation.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Execute()()()() | 
            Executes a server call to batch-get the items requested.
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Results | 
            List of results retrieved from DynamoDB.
            Populated after Execute is called.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | BatchGet | |
|  | BatchGet<(Of <(<'T>)>)> | |