AWS SDK for .NET Documentation
DocumentBatchGet Class
AmazonAmazon.DynamoDBv2.DocumentModelDocumentBatchGet Did this page help you?   Yes   No    Tell us about it...
Class for retrieving a batch of Documents from a single DynamoDB table.
Declaration Syntax
C#
public class DocumentBatchGet
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DocumentBatchGet(Table)
Constructs a DocumentBatchGet instance for a specific table.

AddKey(Primitive)
Add a single item to get, identified by its hash primary key.

AddKey(Primitive, Primitive)
Add a single item to get, identified by its hash-and-range primary key.

AddKey(IDictionary<(Of <<'(String, DynamoDBEntry>)>>))
Add a single item to get, identified by its key.

AttributesToGet
List of attributes to retrieve.

BeginExecute(AsyncCallback, Object)
Initiates the asynchronous execution of the Execute operation.

Combine(DocumentBatchGet)
Creates a MultiTableDocumentBatchGet object that is a combination of the current DocumentBatchGet and the specified DocumentBatchGet.

ConsistentRead
If set to true, a consistent read is issued. Otherwise eventually-consistent is used.

EndExecute(IAsyncResult)
Finishes the asynchronous execution of the Execute operation.

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 documents requested. Populates Results with the retrieved items.

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
DocumentBatchGet

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