Represents a non-generic object for retrieving a batch of items
from a single DynamoDB table
Inheritance Hierarchy
Namespace: Amazon.DynamoDBv2.DataModel
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public abstract class BatchGet : Object
The BatchGet type exposes the following members
Properties
Name | Description | |
---|---|---|
![]() |
ConsistentRead | If set to true, a consistent read is issued. Otherwise eventually-consistent is used. |
![]() |
Results | List of results retrieved from DynamoDB. Populated after Execute is called. |
Methods
Name | Description | |
---|---|---|
![]() |
BeginExecute(AsyncCallback, object) |
Initiates the asynchronous execution of the Execute operation.
|
![]() |
EndExecute(IAsyncResult) |
Finishes the asynchronous execution of the Execute operation.
|
![]() |
Execute() | Executes a server call to batch-get the items requested. |
Version Information
.NET Framework:
Supported in: 4.5, 4.0, 3.5