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.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public Search Query( Primitive hashKey, RangeFilter filter )
 Parameters
 Parameters- hashKey (Primitive)
- Hash key element parameter of the query.
- filter (RangeFilter)
- Filter to use.
 Return Value
 Return ValueResultant Search container.