MultiTableDocumentBatchGet Class

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Class for retrieving a batch of Documents from multiple DynamoDB tables.

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.DocumentModel.MultiTableDocumentBatchGet

Namespace: Amazon.DynamoDBv2.DocumentModel
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class MultiTableDocumentBatchGet : Object

The MultiTableDocumentBatchGet type exposes the following members

Constructors

  Name Description
Public Method MultiTableDocumentBatchGet(DocumentBatchGet[]) Constructs a MultiTableDocumentBatchGet object from a number of DocumentBatchGet objects.

Properties

  Name Description
Public Property Batches List of DocumentBatchGet objects to include in the multi-table batch request.
Public Property TotalKeys Total number of primary keys in the multi-table batch request.

Methods

  Name Description
Public Method AddBatch(DocumentBatchGet) Add a DocumentBatchGet object to the multi-table batch request.
Public Method BeginExecute(AsyncCallback, object) Initiates the asynchronous execution of the Execute operation.
Public Method EndExecute(IAsyncResult) Finishes the asynchronous execution of the Execute operation.
Public Method Execute() Executes a multi-table batch request against all configured batches. Results are stored in the respective DocumentBatchGet objects.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5