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

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

- T
- Type of object.

- scanConfig (ScanOperationConfig)
- Scan request object.
- operationConfig (DynamoDBOperationConfig)
- Config object which can be used to override the table used.

Lazy-loaded collection of results.