Executes a Scan operation against DynamoDB, finding items
            that match the specified conditions.
            
 Declaration Syntax
 Declaration Syntax| C# | 
IEnumerable<T> FromScan<T>( ScanOperationConfig scanConfig, DynamoDBOperationConfig operationConfig )
 Generic Template Parameters
 Generic Template Parameters- T
- Type of object.
 Parameters
 Parameters- scanConfig (ScanOperationConfig)
- Scan request object.
- operationConfig (DynamoDBOperationConfig)
- Config object which can be used to override the table used.
 Return Value
 Return ValueLazy-loaded collection of results.