BatchGetItemRequest.RequestItems Property

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
A map of one or more table names and, for each table, the corresponding primary keys for the items to retrieve. Each table name can be invoked only once. Each element in the map consists of the following:
  • Keys - An array of primary key attribute values that define specific items in the table.
  • AttributesToGet - One or more attributes to be retrieved from the table or index. By default, all attributes are returned. If a specified attribute is not found, it does not appear in the result.
  • ConsistentRead - If true, a strongly consistent read is used; if false (the default), an eventually consistent read is used.

Constraints:Length1 - 100

Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public Dictionary<String, KeysAndAttributes> RequestItems { get; set; }
Property Value
Type: System.Collections.Generic.Dictionary<System.String, Amazon.DynamoDBv2.Model.KeysAndAttributes>

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8