AWS SDK for .NET Documentation
BatchGetItemResult Class
AmazonAmazon.DynamoDB.ModelBatchGetItemResult Did this page help you?   Yes   No    Tell us about it...
Batch Get Item Result
Declaration Syntax
C#
public class BatchGetItemResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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>)>>)>[]()[][]) Obsolete.
Adds the KeyValuePairs to the Responses dictionary.

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

Inheritance Hierarchy
Object
BatchGetItemResult

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