An enumeration of all supported query operator directives
Namespace: Amazon.DynamoDB.DocumentModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public enum QueryOperator
Public Enumeration QueryOperator
public enum class QueryOperator
Members
| Member | Value | Description |
|---|---|---|
| Equal | 0 | |
| LessThanOrEqual | 1 | |
| LessThan | 2 | |
| GreaterThanOrEqual | 3 | |
| GreaterThan | 4 | |
| BeginsWith | 5 | |
| Between | 6 |