AWS SDK for .NET Documentation
QueryFilter Class
AmazonAmazon.DynamoDBv2.DocumentModelQueryFilter Did this page help you?   Yes   No    Tell us about it...
Query filter.
Declaration Syntax
C#
public class QueryFilter : Filter
Members
All MembersConstructorsMethods



IconMemberDescription
QueryFilter()()()()
Constructs an empty QueryFilter instance

QueryFilter(String, QueryOperator, List<(Of <<'(AttributeValue>)>>))
Constructs an instance of QueryFilter with a single condition. More conditions can be added after initialization.

QueryFilter(String, QueryOperator, array<DynamoDBEntry>[]()[][])
Constructs an instance of QueryFilter with a single condition. More conditions can be added after initialization.

AddCondition(String, QueryOperator, List<(Of <<'(AttributeValue>)>>))
Adds a condition for a specified key attribute that consists of an operator and any number of AttributeValues.

AddCondition(String, QueryOperator, array<DynamoDBEntry>[]()[][])
Adds a condition for a specified key attribute that consists of an operator and any number of values

AddCondition(String, ScanOperator, List<(Of <<'(AttributeValue>)>>))
Adds a condition for a specified non-key attribute that consists of an operator and any number of AttributeValues.

AddCondition(String, ScanOperator, array<DynamoDBEntry>[]()[][])
Adds a condition for a specified non-key attribute that consists of an operator and any number of values

AddCondition(String, Condition)
Adds a condition for a specified attribute. If a condition for the attribute already exists, it will be replaced with the new condition.
(Inherited from 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.)
RemoveCondition(String)
Removes a condition for a specific attribute name.
(Inherited from Filter.)
ToConditions()()()()
Converts filter to a map of conditions
(Inherited from Filter.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
Filter
 QueryFilter

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