Condition
Namespace: Amazon.DynamoDB.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class Condition
Public Class Condition
public ref class Condition
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| Condition()()()() | Initializes a new instance of the Condition class | |
| AttributeValueList |
A list of attribute values to be used with a comparison operator for a scan or query operation. For comparisons that require more than one
value, such as a BETWEEN comparison, the AttributeValueList contains two attribute values and the comparison operator.
| |
| ComparisonOperator |
A comparison operator is an enumeration of several operations:
Constraints: | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) | |
| WithAttributeValueList(array<AttributeValue>[]()[][]) |
Adds elements to the AttributeValueList collection
| |
| WithAttributeValueList(IEnumerable<(Of <<'(AttributeValue>)>>)) |
Adds elements to the AttributeValueList collection
| |
| WithComparisonOperator(String) |
Sets the ComparisonOperator property
|