Expected state of an item in DynamoDB.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ExpectedState
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | 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) | (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
 Inheritance Hierarchy| Object | |
|  | ExpectedState |