AWS SDK for .NET Documentation
QueryFilter Property
AmazonAmazon.DynamoDBv2.ModelQueryRequestQueryFilter Did this page help you?   Yes   No    Tell us about it...
Evaluates the query results and returns only the desired values. If you specify more than one condition in the QueryFilter map, then by default all of the conditions must evaluate to true. In other words, the conditions are ANDed together. (You can use the ConditionalOperator parameter to OR the conditions instead. If you do this, then at least one of the conditions must evaluate to true, rather than all of them.) Each QueryFilter element consists of an attribute name to compare, along with the following:
Declaration Syntax
C#
public Dictionary<string, Condition> QueryFilter { get; set; }

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