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

C# |
IEnumerable<T> Scan<T>( IEnumerable<ScanCondition> conditions, DynamoDBOperationConfig operationConfig )

- T
- Type of object.

- conditions (IEnumerable<(Of <(<'ScanCondition>)>)>)
- Conditions that the results should meet.
- operationConfig (DynamoDBOperationConfig)
- Config object which can be used to override that table used.

Lazy-loaded collection of results.