Title here
Summary here
public class CachedBatchTransformation : CachedBatchTransformation<ExpandoObject>, IDataFlowTransformation<ExpandoObject, ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent, ILoggableTask
public CachedBatchTransformation()
public CachedBatchTransformation(int batchSize)
Type | Name | Description |
---|---|---|
int | batchSize |
public CachedBatchTransformation(int batchSize, Func<ExpandoObject[], CachedData<ExpandoObject>, ExpandoObject[]> batchTransformationFunc)
Type | Name | Description |
---|---|---|
int | batchSize | |
Func<ExpandoObject[], CachedData<ExpandoObject>, ExpandoObject[]> | batchTransformationFunc |
protected override void Reset()