Batch Get Item Result

Namespace: Amazon.DynamoDB.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class BatchGetItemResult
Public Class BatchGetItemResult
public ref class BatchGetItemResult

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
BatchGetItemResult()()()()
Initializes a new instance of the BatchGetItemResult class
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Responses
Table names and the respective item attributes from the tables.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UnprocessedKeys
Contains a map of tables and their respective keys that were not processed with the current response, possibly due to reaching a limit on the response size. The UnprocessedKeys value is in the same form as a RequestItems parameter (so the value can be provided directly to a subsequent BatchGetItem operation). For more information, see the above RequestItems parameter.

Constraints:

Length
1 - 100

WithResponses(array<KeyValuePair<(Of <<'(String, BatchResponse>)>>)>[]()[][])
Adds the KeyValuePairs to the Responses dictionary.
WithUnprocessedKeys(array<KeyValuePair<(Of <<'(String, KeysAndAttributes>)>>)>[]()[][])
Adds the KeyValuePairs to the UnprocessedKeys dictionary.

Inheritance Hierarchy

System..::..Object
  Amazon.DynamoDB.Model..::..BatchGetItemResult

See Also