Executes a Scan operation against DynamoDB, finding items
            that match the specified conditions.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public IEnumerable<T> Scan<T>( params ScanCondition[] conditions )
 Generic Template Parameters
 Generic Template Parameters- T
- Type of object.
 Parameters
 Parameters- conditions (array<ScanCondition>[]()[][])
- Conditions that the results should meet.
 Return Value
 Return ValueLazy-loaded collection of results.