Class CachedBatchTransformation
Inheritance
System.Object
DataFlowSource<System.Dynamic.ExpandoObject>
CachedBatchTransformation<System.Dynamic.ExpandoObject, System.Dynamic.ExpandoObject, System.Dynamic.ExpandoObject>
CachedBatchTransformation<System.Dynamic.ExpandoObject>
CachedBatchTransformation
Implements
IDataFlowSource<System.Dynamic.ExpandoObject>
IDataFlowDestination<System.Dynamic.ExpandoObject>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ETLBox.DataFlow.Transformations
Assembly: ETLBox.dll
Syntax
public class CachedBatchTransformation : CachedBatchTransformation<ExpandoObject>, ILoggableTask, IDataFlowLogging, IDataFlowTransformation<ExpandoObject, ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent
Constructors
CachedBatchTransformation()
Declaration
public CachedBatchTransformation()
CachedBatchTransformation(Int32)
Declaration
public CachedBatchTransformation(int batchSize)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | batchSize |
CachedBatchTransformation(Int32, Func<ExpandoObject[], ICollection<ExpandoObject>, ExpandoObject[]>)
Declaration
public CachedBatchTransformation(int batchSize, Func<ExpandoObject[], ICollection<ExpandoObject>, ExpandoObject[]> batchTransformationFunc)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | batchSize | |
System.Func<System.Dynamic.ExpandoObject[], System.Collections.Generic.ICollection<System.Dynamic.ExpandoObject>, System.Dynamic.ExpandoObject[]> | batchTransformationFunc |