Title here
Summary here
public interface IDataFlowBatchDestination : IDataFlowDestination, IDataFlowComponent, ILoggableTaskThe 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.
int BatchSize { get; set; }| Type | Description |
|---|---|
| int |