AWS SDK for .NET Documentation
KeyConditions Property
AmazonAmazon.DynamoDBv2.ModelQueryRequestKeyConditions Did this page help you?   Yes   No    Tell us about it...
The selection criteria for the query. For a query on a table, you can only have conditions on the table primary key attributes. You must specify the hash key attribute name and value as an EQ condition. You can optionally specify a second condition, referring to the range key attribute. For a query on an index, you can only have conditions on the index key attributes. You must specify the index hash attribute name and value as an EQ condition. You can optionally specify a second condition, referring to the index key range attribute. If you specify more than one condition in the KeyConditions 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 KeyConditions element consists of an attribute name to compare, along with the following:
Declaration Syntax
C#
public Dictionary<string, Condition> KeyConditions { get; set; }

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