AWS SDK for .NET Documentation
Expected Property
AmazonAmazon.DynamoDB.ModelUpdateItemRequestExpected Did this page help you?   Yes   No    Tell us about it...
Designates an attribute for a conditional modification. The Expected parameter allows you to provide an attribute name, and whether or not Amazon DynamoDB should check to see if the attribute has a particular value before modifying it.
Declaration Syntax
C#
public Dictionary<string, ExpectedAttributeValue> Expected { get; set; }

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