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...
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. |
T | : | new() |
Definition at line 16 of file RecordRetriever.cs.