Listener interface for batch insertion events. More…
Public Member Functions | |
| void | OnBatchInserted (BatchInsertionResult result) |
| Called when a batch insertion completes (success or failure). | |
| 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() [1/2]
| 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. |
◆ OnBatchInserted() [2/2]
| 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 files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/BulkInserter/IBatchInsertionListener.cs
- Kinetica/BulkInserter/IBatchInsertionListener.cs