Represents a non-generic object for retrieving a batch of items
from a single DynamoDB table
Namespace: Amazon.DynamoDB.DataModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public abstract class BatchGet
Public MustInherit Class BatchGet
public ref class BatchGet abstract
Members
| All Members | Properties | Methods |
| Member | 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.
| |
| BeginExecute(AsyncCallback, Object) |
Initiates the asynchronous execution of the Execute operation.
| |
| EndExecute(IAsyncResult) |
Finishes the asynchronous execution of the Execute operation.
| |
| Equals(Object) | (Inherited from Object.) | |
| Execute()()()() |
Executes a server call to batch-get the items requested.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Results |
List of results retrieved from DynamoDB.
Populated after Execute is called.
| |
| ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
Amazon.DynamoDB.DataModel..::..BatchGet
Amazon.DynamoDB.DataModel..::..BatchGet<(Of <(<'T>)>)>
Amazon.DynamoDB.DataModel..::..BatchGet
Amazon.DynamoDB.DataModel..::..BatchGet<(Of <(<'T>)>)>