Listener interface for batch insertion events. More…
Public Member Functions | |
| void | OnBatchInserted (BatchInsertionResult result) |
| Called when a batch insertion completes (success or failure). | |
Detailed Description
Listener interface for batch insertion events.
Implementations must be thread-safe as callbacks may occur concurrently.
Definition at line 78 of file IBatchInsertionListener.cs.
Member Function Documentation
◆ OnBatchInserted()
| void kinetica.IBatchInsertionListener.OnBatchInserted | ( | BatchInsertionResult | result | ) |
Called when a batch insertion completes (success or failure).
This method is called asynchronously and should not block.
Parameters
| result | The result of the batch insertion. |
The documentation for this interface was generated from the following file:
- Kinetica/BulkInserter/IBatchInsertionListener.cs