Interface IDataFlowBatchDestination

Namespace: ETLBox
Assembly: ETLBox.dll
Syntax
    public interface IDataFlowBatchDestination : IDataFlowDestination, IDataFlowComponent, ILoggableTask

Properties

BatchSize

The batch size defines how many records needs to be in the Input buffer before data is written into the destination. The default batch size is 1000.

Declaration
    int BatchSize { get; set; }
Property Value
TypeDescription
int