Kinetica C# API
Version 7.2.3.0
|
Manages the insertion into GPUdb of large numbers of records in bulk, with automatic batch management and support for multi-head ingest. More...
Classes | |
class | InsertException |
Manages the insertion into GPUdb of large numbers of records in bulk, with automatic batch management and support for multi-head ingest.
Use the insert(record) and insert(List) methods to queue records for insertion, and the flush method to ensure that all queued records have been inserted.
T | The type of object being inserted. |
Definition at line 15 of file KineticaIngestor.cs.