Batch Get Item Result
Namespace: Amazon.DynamoDB.ModelAssembly: 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 |
| Member | Description | |
|---|---|---|
| BatchGetItemResult()()()() | Initializes a new instance of the BatchGetItemResult class | |
| Equals(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()()()() | (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: | |
| 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.
|