Initiates a Search object to Scan a DynamoDB table, with the
specified filter.
No calls are made until the Search object is used.

C# |
public Search Scan( ScanFilter filter )

- filter (ScanFilter)
- Filter to apply to the scan.

Resultant Search container.