Expected state of an attribute in DynamoDB.
Exists cannot be set at the same time as Comparison and Values.

C# |
public class ExpectedValue

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ExpectedValue(Boolean) |
Constructs an ExpectedValue with a given Exists value.
|
![]() | ExpectedValue(ScanOperator, array<Primitive>[]()[][]) |
Constructs an ExpectedValue with a given comparison and value(s).
|
![]() | Comparison |
Comparison operator for the expected value.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Exists |
Flag whether the attribute should exist or not.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToExpectedAttributeValue()()()() |
Converts this ExpectedValue instance to Amazon.DynamoDBv2.Model.ExpectedAttributeValue
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Values |
Values to compare the attribute against.
|

Object | |
![]() | ExpectedValue |