Executes a Scan operation against DynamoDB, finding items
that match the specified conditions.

C# |
IEnumerable<T> FromScan<T>( ScanOperationConfig scanConfig )

- T
- Type of object.

- scanConfig (ScanOperationConfig)
- Scan request object.

Lazy-loaded collection of results.