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.
Name | Description |
---|---|
TInput | Type of ingoing data. |
Type | Name | Description |
---|---|---|
Action<TInput[], int> | writeBatchAction |
Type | Name | Description |
---|---|---|
int | batchSize | |
Action<TInput[], int> | writeBatchAction |
Each row that the CustomDestination receives is send into this Action as first input value. The second input value is the current progress count.
Type | Description |
---|---|
Action<TInput[], int> |
Type | Name | Description |
---|---|---|
TInput[] | data |