AWS SDK for .NET Documentation
RangeFilter Class
AmazonAmazon.DynamoDB.DocumentModelRangeFilter Did this page help you?   Yes   No    Tell us about it...
Filter for use with range (query) searches
Declaration Syntax
C#
public class RangeFilter : Filter
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
RangeFilter()()()()
Constructs RangeFilter with no condition

RangeFilter(Condition)
Constructs RangeFilter with the specified condition

RangeFilter(QueryOperator, array<Primitive>[]()[][])
Constructs RangeFilter with the specified comparison operator and comparison values

RangeFilter(QueryOperator, List<(Of <<'(AttributeValue>)>>))
Constructs RangeFilter with the specified comparison operator and comparison values

Condition
Condition to test with the filter

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
Filter
 RangeFilter

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)