Table of Contents

Class GetItemOperationConfig

Namespace
Amazon.DynamoDBv2.DocumentModel
Assembly
AWSSDK.DynamoDBv2.dll

Configuration for the Table.GetItem operation

public class GetItemOperationConfig
Inheritance
GetItemOperationConfig
Inherited Members

Constructors

GetItemOperationConfig()

public GetItemOperationConfig()

Properties

AttributesToGet

List of attributes to retrieve

public List<string> AttributesToGet { get; set; }

Property Value

List<string>

ConsistentRead

If set to true, this flag ensures that the most recently written data is returned.

public bool ConsistentRead { get; set; }

Property Value

bool