Title here
Summary here
Name | Description |
---|---|
TInput |
This action is called after a batch was successfully inserted into the destination. You will get a copy of the data that was used for the insertion.
Type | Description |
---|---|
Action<TInput[]> |
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.
Type | Description |
---|---|
int |
This function is called every time before a batch is inserted into the destination. It receives an array that represents the batch - you can modify the data itself if needed.
Type | Description |
---|---|
Func<TInput[], TInput[]> |
Type | Description |
---|---|
bool |
Type | Name | Description |
---|---|---|
TInput[] | data |
Type | Name | Description |
---|---|---|
Exception | e |
Type | Name | Description |
---|---|---|
TInput[] | data |