Class for retrieving a batch of items from multiple DynamoDB tables, using multiple strongly-typed BatchGet objects

Namespace: Amazon.DynamoDB.DataModel
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class MultiTableBatchGet
Public Class MultiTableBatchGet
public ref class MultiTableBatchGet

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
Determines whether the specified Object is equal to the current 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

System..::..Object
  Amazon.DynamoDB.DataModel..::..MultiTableBatchGet

See Also