Kinetica C# API
Version 7.1.10.0
|
A set of results returned by Kinetica.exportRecordsToFiles(string,string,IDictionary{string, string}). More...
Properties | |
string | table_name [get, set] |
Name of source table More... | |
long | count_exported [get, set] |
Number of source table records exported More... | |
long | count_skipped [get, set] |
Number of source table records skipped More... | |
IList< string > | files [get, set] |
Names of all exported files More... | |
long | last_timestamp = new List<string>() [get, set] |
Timestamp of last file scanned More... | |
IList< string > | data_text [get, set] |
IList< byte[]> | data_bytes = new List<string>() [get, set] |
IDictionary< string, string > | info = new List<byte[]>() [get, set] |
Additional information More... | |
![]() | |
Schema | Schema [get] |
Avro Schema for this class More... | |
Additional Inherited Members | |
![]() | |
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 RecordSchema | SchemaFromType (System.Type t, KineticaType ktype=null) |
Create an Avro Schema from a System.Type and a KineticaType. More... | |
A set of results returned by Kinetica.exportRecordsToFiles(string,string,IDictionary{string, string}).
Definition at line 1102 of file ExportRecordsToFiles.cs.
|
getset |
Number of source table records exported
Definition at line 1109 of file ExportRecordsToFiles.cs.
|
getset |
Number of source table records skipped
Definition at line 1112 of file ExportRecordsToFiles.cs.
|
getset |
Definition at line 1120 of file ExportRecordsToFiles.cs.
|
getset |
Definition at line 1119 of file ExportRecordsToFiles.cs.
|
getset |
Names of all exported files
Definition at line 1115 of file ExportRecordsToFiles.cs.
|
getset |
Additional information
Definition at line 1123 of file ExportRecordsToFiles.cs.
|
getset |
Timestamp of last file scanned
Definition at line 1118 of file ExportRecordsToFiles.cs.
|
getset |
Name of source table
Definition at line 1106 of file ExportRecordsToFiles.cs.