Class for retrieving a batch of Documents from multiple DynamoDB tables.

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

Syntax

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

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
MultiTableDocumentBatchGet(array<DocumentBatchGet>[]()[][])
Constructs a MultiTableDocumentBatchGet object from a number of DocumentBatchGet objects.
AddBatch(DocumentBatchGet)
Add a DocumentBatchGet object to the multi-table batch request.
Batches
List of DocumentBatchGet objects to include in 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 DocumentBatchGet 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
Total number of primary keys in the multi-table batch request.

Inheritance Hierarchy

System..::..Object
  Amazon.DynamoDB.DocumentModel..::..MultiTableDocumentBatchGet

See Also