Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.KineticaIngestor< T >.InsertException< T > Class Template Reference
+ Inheritance diagram for kinetica.KineticaIngestor< T >.InsertException< T >:
+ Collaboration diagram for kinetica.KineticaIngestor< T >.InsertException< T >:

Public Member Functions

 InsertException (string msg)
 
override string ToString ()
 
- Public Member Functions inherited from kinetica.KineticaIngestor< T >
 KineticaIngestor (Kinetica kdb, string table_name, int batch_size, KineticaType ktype, Dictionary< string, string > options=null, Utils.WorkerList workers=null)
 
Int64 getCountInserted ()
 Returns the count of records inserted so far. More...
 
Int64 getCountUpdated ()
 Returns the count of records updated so far. More...
 
void flush ()
 Ensures that all queued records are inserted into Kinetica. More...
 
void insert (T record)
 Queues a record for insertion into Kinetica. More...
 
void insert (IList< T > records)
 Queues a list of records for insertion into Kientica. More...
 

Properties

Uri url [get, set]
 
IList< T > records [get, set]
 
- Properties inherited from kinetica.KineticaIngestor< T >
Kinetica kineticaDB [get]
 
string table_name [get]
 
int batch_size [get]
 
IDictionary< string, string > options [get]
 

Additional Inherited Members

- Public Attributes inherited from kinetica.KineticaIngestor< T >
Int64 count_inserted
 
Int64 count_updated
 

Detailed Description

Definition at line 18 of file KineticaIngestor.cs.

Constructor & Destructor Documentation

kinetica.KineticaIngestor< T >.InsertException< T >.InsertException ( string  msg)
inline

Definition at line 24 of file KineticaIngestor.cs.

Member Function Documentation

override string kinetica.KineticaIngestor< T >.InsertException< T >.ToString ( )
inline

Definition at line 33 of file KineticaIngestor.cs.

Property Documentation

IList<T> kinetica.KineticaIngestor< T >.InsertException< T >.records
getset

Definition at line 21 of file KineticaIngestor.cs.

Uri kinetica.KineticaIngestor< T >.InsertException< T >.url
getset

Definition at line 20 of file KineticaIngestor.cs.


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