AWS SDK for .NET Documentation
AddExpected Method (attributeName, comparison, values)
AmazonAmazon.DynamoDBv2.DocumentModelExpectedStateAddExpected(String, ScanOperator, array<Primitive>[]()[][]) Did this page help you?   Yes   No    Tell us about it...
Adds an ExpectedValue with the specific Comparison and Values for the attribute.
Declaration Syntax
C#
public void AddExpected(
	string attributeName,
	ScanOperator comparison,
	params Primitive[] values
)
Parameters
attributeName (String)
Attribute that is being tested
comparison (ScanOperator)
Comparison operator for the expected value.
values (array<Primitive>[]()[][])
Values to compare the attribute against.

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