AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Class for retrieving a batch of Documents from multiple DynamoDB tables.
Namespace: Amazon.DynamoDBv2.DocumentModel
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z
public class MultiTableDocumentBatchGet
The MultiTableDocumentBatchGet type exposes the following members
Name | Description | |
---|---|---|
MultiTableDocumentBatchGet(DocumentBatchGet[]) |
Constructs a MultiTableDocumentBatchGet object from a number of DocumentBatchGet objects. |
Name | Type | Description | |
---|---|---|---|
Batches | System.Collections.Generic.List<Amazon.DynamoDBv2.DocumentModel.DocumentBatchGet> |
List of DocumentBatchGet objects to include in the multi-table batch request. |
|
TotalKeys | System.Int32 |
Total number of primary keys in the multi-table batch request. |
Name | Description | |
---|---|---|
AddBatch(DocumentBatchGet) |
Add a DocumentBatchGet object to the multi-table batch request. |
|
Execute() |
Executes a multi-table batch request against all configured batches. Results are stored in the respective DocumentBatchGet objects. |
|
ExecuteAsync(CancellationToken) |
Executes a multi-table batch request against all configured batches. Results are stored in the respective DocumentBatchGet objects. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5