Skip to main content

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 (BatchInsertionResultresult)

Called when a batch insertion completes (success or failure).

This method is called asynchronously and should not block.

Parameters
resultThe result of the batch insertion.

◆ OnBatchInserted() [2/2]

void kinetica.IBatchInsertionListener.OnBatchInserted (BatchInsertionResultresult)

Called when a batch insertion completes (success or failure).

This method is called asynchronously and should not block.

Parameters
resultThe result of the batch insertion.

The documentation for this interface was generated from the following files: