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.
Namespace: Amazon.DynamoDBv2.DataModel
Assembly: AWSSDK.dll
Version: (assembly version)
public class BatchGet<> : BatchGet
The BatchGet<> type exposes the following members
Name | Type | Description | |
---|---|---|---|
![]() |
ConsistentRead | System.Boolean | If set to true, a consistent read is issued. Otherwise eventually-consistent is used. |
![]() |
Results | System.Collections.Generic.List<T> | List of results retrieved from DynamoDB. Populated after Execute is called. |
![]() |
Results | System.Collections.Generic.List<System.Object> | List of results retrieved from DynamoDB. Populated after Execute is called. |
Name | Description | |
---|---|---|
![]() |
AddKey(object) | Add a single item to get, identified by its hash primary key. |
![]() |
AddKey(object, object) | Add a single item to get, identified by its hash-and-range primary key. |
![]() |
AddKey(T) | |
![]() |
Combine(BatchGet[]) | Creates a MultiTableBatchGet object that is a combination of the current BatchGet and the specified BatchGets |
![]() |
Execute() | Executes a server call to batch-get the items requested. |
![]() |
ExecuteAsync(CancellationToken) | Initiates the asynchronous execution of the Execute operation. Amazon.DynamoDBv2.DataModel.BatchGet.Execute |
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8
.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8