Kinetica   C#   API  Version 7.2.3.0
kinetica.RecordRetriever< T > Class Template Reference

Manages the insertion into GPUdb of large numbers of records in bulk, with automatic batch management and support for multi-head ingest. More...

Detailed Description

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.

Template Parameters
TThe type of object being inserted.
Type Constraints
T :new() 

Definition at line 16 of file RecordRetriever.cs.


The documentation for this class was generated from the following file: