AWS SDK for .NET Documentation
ExpectedState Class
AmazonAmazon.DynamoDBv2.DocumentModelExpectedState Did this page help you?   Yes   No    Tell us about it...
Expected state of an item in DynamoDB.
Declaration Syntax
C#
public class ExpectedState
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ExpectedState()()()()
Constructs an empty ExpectedState with ConditionalOeprator set to AND.

AddExpected(String, Boolean)
Adds an ExpectedValue with the specific Exists value for the attribute.

AddExpected(String, ScanOperator, array<Primitive>[]()[][])
Adds an ExpectedValue with the specific Comparison and Values for the attribute.

ConditionalOperator
Operator dictating whether ALL or SOME of the expected values must be true to satisfy the overall expected state.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExpectedValues
Attribute name to ExpectedValue mapping. Represents the expected state of a number of attributes of a DynamoDB item.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToExpectedAttributeMap()()()()
Creates a map of attribute names mapped to ExpectedAttributeValue objects.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
ExpectedState

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