Initiates a Search object to Query a DynamoDB table, with the
            specified filter.
            
            No calls are made until the Search object is used.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public Search Query( QueryFilter filter )
 Parameters
 Parameters- filter (QueryFilter)
- Filter to use.
 Return Value
 Return ValueResultant Search container.