Title here
Summary here
Define your own batch destination block. This block accepts all data from the flow and will create batches of incoming data which can be processed with the WriteBatchAction.
public class CustomBatchDestination : CustomBatchDestination<ExpandoObject>, IDataFlowBatchDestination<ExpandoObject>, IDataFlowDestination<ExpandoObject>, IDataFlowBatchDestination, IDataFlowDestination, IDataFlowComponent, ILoggableTask
public CustomBatchDestination()
public CustomBatchDestination(Action<ExpandoObject[], int> writeAction)
Type | Name | Description |
---|---|---|
Action<ExpandoObject[], int> | writeAction |
public CustomBatchDestination(int batchSize, Action<ExpandoObject[], int> writeAction)
Type | Name | Description |
---|---|---|
int | batchSize | |
Action<ExpandoObject[], int> | writeAction |