Interface IDataFlowBatchDestination
Inherited Members
Namespace: ETLBox
Assembly: ETLBox.dll
Syntax
public interface IDataFlowBatchDestination : IDataFlowDestination, IDataFlowComponent
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
Type | Description |
---|---|
int |