Class for retrieving a batch of items from multiple DynamoDB tables,
            using multiple strongly-typed BatchGet objects
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class MultiTableBatchGet
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | MultiTableBatchGet(array<BatchGet>[]()[][]) | 
            Constructs a MultiTableBatchGet object from a number of
            BatchGet objects
             | 
|  | AddBatch(BatchGet) | 
            Add a BatchGet object to the multi-table batch request
             | 
|  | BeginExecute(AsyncCallback, Object) | 
            Initiates the asynchronous execution of the Execute operation.
             | 
|  | EndExecute(IAsyncResult) | 
            Finishes the asynchronous execution of the Execute operation.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Execute()()()() | 
            Executes a multi-table batch request against all configured batches.
            Results are stored in the respective BatchGet objects.
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | TotalKeys | 
            Gets the total number of primary keys to be loaded from DynamoDB,
            across all batches
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | MultiTableBatchGet |