Manages batch context for a single table using BulkInserter<GenericRecord>.
More...
Inherits IAsyncDisposable, and IDisposable.
Manages batch context for a single table using BulkInserter<GenericRecord>.
Definition at line 310 of file InsertBatchManager.cs.
◆ TableBatchContext()
◆ Dispose()
| void KineticaAdo.TableBatchContext.Dispose |
( |
| ) |
|
|
inline |
◆ DisposeAsync()
| async ValueTask KineticaAdo.TableBatchContext.DisposeAsync |
( |
| ) |
|
|
inline |
◆ FlushAsync()
| async Task KineticaAdo.TableBatchContext.FlushAsync |
( |
CancellationToken |
cancellationToken = default | ) |
|
|
inline |
◆ GetErrors()
| List<InsertError> KineticaAdo.TableBatchContext.GetErrors |
( |
| ) |
|
◆ InsertAsync()
| async Task KineticaAdo.TableBatchContext.InsertAsync |
( |
IList< object?> |
values, |
|
|
CancellationToken |
cancellationToken |
|
) |
| |
|
inline |
◆ CountInserted
| long KineticaAdo.TableBatchContext.CountInserted => _inserter.CountInserted |
◆ CountUpdated
| long KineticaAdo.TableBatchContext.CountUpdated => _inserter.CountUpdated |
◆ PendingBatches
| long KineticaAdo.TableBatchContext.PendingBatches => _inserter.PendingBatches |
The documentation for this class was generated from the following file: