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, RangeFilter filter )

- hashKey (Primitive)
- Hash key element parameter of the query.
- filter (RangeFilter)
- Filter to use.

Resultant Search container.