Initiates a Search object to Query a DynamoDB table, with the
specified hash primary key and filter.
No calls are made until the Search object is used.

C# |
public Search Query( Primitive hashKey, QueryFilter filter )

- hashKey (Primitive)
- Value of the hash key for the query operation.
- filter (QueryFilter)
- Filter to use.

Resultant Search container.