Enum ScanOperator
- Namespace
- Amazon.DynamoDBv2.DocumentModel
- Assembly
- AWSSDK.DynamoDBv2.dll
An enumeration of all supported scan operator directives
public enum ScanOperatorFields
- BeginsWith = 10
- Between = 12
- Contains = 8
- Equal = 0
- GreaterThan = 5
- GreaterThanOrEqual = 4
- In = 11
- IsNotNull = 6
- IsNull = 7
- LessThan = 3
- LessThanOrEqual = 2
- NotContains = 9
- NotEqual = 1