Creates a strongly-typed BatchWrite object, allowing
            a batch-write operation against DynamoDB.
            
 Declaration Syntax
 Declaration Syntax| C# | 
BatchWrite<T> CreateBatchWrite<T>( DynamoDBOperationConfig operationConfig )
 Generic Template Parameters
 Generic Template Parameters- T
- Type of objects to write
 Parameters
 Parameters- operationConfig (DynamoDBOperationConfig)
- Config object which can be used to override that table used.
 Return Value
 Return ValueEmpty strongly-typed BatchWrite object