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

C# |
public IEnumerable<T> Scan<T>( params ScanCondition[] conditions )

- T
- Type of object.

- conditions (array<ScanCondition>[]()[][])
- Conditions that the results should meet.

Lazy-loaded collection of results.