Class CachedBatchTransformation

Inherited Members
Namespace: ETLBox.DataFlow
Assembly: ETLBox.dll
Syntax
    public class CachedBatchTransformation : CachedBatchTransformation<ExpandoObject>, IDataFlowLogging, IDataFlowTransformation<ExpandoObject, ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent, ILoggableTask

Constructors

CachedBatchTransformation()

Declaration
    public CachedBatchTransformation()

CachedBatchTransformation(int)

Declaration
    public CachedBatchTransformation(int batchSize)
Parameters
TypeNameDescription
intbatchSize

CachedBatchTransformation(int, Func<ExpandoObject[], IEnumerable<ExpandoObject>, ExpandoObject[]>)

Declaration
    public CachedBatchTransformation(int batchSize, Func<ExpandoObject[], IEnumerable<ExpandoObject>, ExpandoObject[]> batchTransformationFunc)
Parameters
TypeNameDescription
intbatchSize
Func<ExpandoObject[], IEnumerable<ExpandoObject>, ExpandoObject[]>batchTransformationFunc

Methods

Reset()

Declaration
    protected override void Reset()
Overrides

Implements