Kinetica C# API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.InsertRecordsFromFilesResponse Class Reference

A set of results returned by Kinetica.insertRecordsFromFiles(string,IList{string},IDictionary{string, string},IDictionary{string, string}). More...

+ Inheritance diagram for kinetica.InsertRecordsFromFilesResponse:
+ Collaboration diagram for kinetica.InsertRecordsFromFilesResponse:

Properties

string table_name [get, set]
 Value of . More...
 
string type_id [get, set]
 Type ID for the table. More...
 
long count_inserted [get, set]
 Number of records inserted. More...
 
long count_skipped [get, set]
 Number of records skipped when not running in abort error handling mode. More...
 
long count_updated [get, set]
 Number of records updated. More...
 
IDictionary< string, string > info = -1 [get, set]
 Additional information. More...
 
- Properties inherited from kinetica.KineticaData
Schema Schema [get]
 Avro Schema for this class More...
 

Additional Inherited Members

- Public Member Functions inherited from kinetica.KineticaData
 KineticaData (KineticaType type)
 Constructor from Kinetica Type More...
 
 KineticaData (System.Type type=null)
 Default constructor, with optional System.Type More...
 
object Get (int fieldPos)
 Retrieve a specific property from this object More...
 
void Put (int fieldPos, object fieldValue)
 Write a specific property to this object More...
 
- Static Public Member Functions inherited from kinetica.KineticaData
static RecordSchema SchemaFromType (System.Type t, KineticaType ktype=null)
 Create an Avro Schema from a System.Type and a KineticaType. More...
 

Detailed Description

A set of results returned by Kinetica.insertRecordsFromFiles(string,IList{string},IDictionary{string, string},IDictionary{string, string}).

Definition at line 2011 of file InsertRecordsFromFiles.cs.

Property Documentation

long kinetica.InsertRecordsFromFilesResponse.count_inserted
getset

Number of records inserted.

Definition at line 2022 of file InsertRecordsFromFiles.cs.

long kinetica.InsertRecordsFromFilesResponse.count_skipped
getset

Number of records skipped when not running in abort error handling mode.

Definition at line 2026 of file InsertRecordsFromFiles.cs.

long kinetica.InsertRecordsFromFilesResponse.count_updated
getset

Number of records updated.

The default value is -1.

Definition at line 2030 of file InsertRecordsFromFiles.cs.

IDictionary<string, string> kinetica.InsertRecordsFromFilesResponse.info = -1
getset

Additional information.

Definition at line 2033 of file InsertRecordsFromFiles.cs.

string kinetica.InsertRecordsFromFilesResponse.table_name
getset

Value of .

Definition at line 2016 of file InsertRecordsFromFiles.cs.

string kinetica.InsertRecordsFromFilesResponse.type_id
getset

Type ID for the table.

Definition at line 2019 of file InsertRecordsFromFiles.cs.


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