AWS SDK for .NET Documentation
BatchGet<(Of <(<'T>)>)> Class
AmazonAmazon.DynamoDB.DataModelBatchGet<(Of <(<'T>)>)> Did this page help you?   Yes   No    Tell us about it...
Represents a strongly-typed object for retrieving a batch of items from a single DynamoDB table
Declaration Syntax
C#
public class BatchGet<T> : BatchGet
Generic Template Parameters
T
Members
All MembersMethodsProperties



IconMemberDescription
AddKey(Object)
Add a single item to get, identified by its hash primary key.
(Inherited from BatchGet.)
AddKey(Object, Object)
Add a single item to get, identified by its hash-and-range primary key.
(Inherited from BatchGet.)
BeginExecute(AsyncCallback, Object)
Initiates the asynchronous execution of the Execute operation.
(Inherited from BatchGet.)
Combine(array<BatchGet>[]()[][])
Creates a MultiTableBatchGet object that is a combination of the current BatchGet and the specified BatchGets

ConsistentRead
If set to true, a consistent read is issued. Otherwise eventually-consistent is used.
(Inherited from BatchGet.)
EndExecute(IAsyncResult)
Finishes the asynchronous execution of the Execute operation.
(Inherited from BatchGet.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Execute()()()()
Executes a server call to batch-get the items requested.
(Inherited from BatchGet.)
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()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
BatchGet
 BatchGet<(Of <(<'T>)>)>

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)