A set of results returned by Kinetica.exportRecordsToFiles. More…
Properties | |
| string | table_name [get, set] |
| Name of source table. | |
| long | count_exported [get, set] |
| Number of source table records exported. | |
| long | count_skipped [get, set] |
| Number of source table records skipped. | |
| IList< string > | files = new List<string>() [get, set] |
| Names of all exported files. | |
| long | last_timestamp [get, set] |
| Timestamp of last file scanned. | |
| IList< string > | data_text = new List<string>() [get, set] |
| [Not used]. | |
| IList< byte[]> | data_bytes = new List<byte[]>() [get, set] |
| [Not used]. | |
| IDictionary< string, string > | info = new Dictionary<string, string>() [get, set] |
| Additional information. | |
| Properties inherited from kinetica.KineticaData | |
| Schema | Schema [get] |
| Avro Schema for this class. | |
Additional Inherited Members | |
| Public Member Functions inherited from kinetica.KineticaData | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
| KineticaData (KineticaType type) | |
| Constructor from Kinetica Type. | |
| KineticaData (System.Type type=null) | |
| Default constructor, with optional System.Type. | |
| object | Get (int fieldPos) |
| Retrieve a specific property from this object. | |
| void | Put (int fieldPos, object fieldValue) |
| Write a specific property to this object. | |
| 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. | |
| static ? RecordSchema | SchemaFromType (System.Type t, KineticaType? ktype=null) |
| Create an Avro Schema from a System.Type and a KineticaType. | |
Detailed Description
A set of results returned by Kinetica.exportRecordsToFiles.
Definition at line 924 of file ExportRecordsToFiles.cs.
Property Documentation
◆ count_exported
| getset |
Number of source table records exported.
Definition at line 930 of file ExportRecordsToFiles.cs.
◆ count_skipped
| getset |
Number of source table records skipped.
Definition at line 933 of file ExportRecordsToFiles.cs.
◆ data_bytes
| getset |
[Not used].
Definition at line 945 of file ExportRecordsToFiles.cs.
◆ data_text
| getset |
[Not used].
Definition at line 942 of file ExportRecordsToFiles.cs.
◆ files
| getset |
Names of all exported files.
Definition at line 936 of file ExportRecordsToFiles.cs.
◆ info
| getset |
Additional information.
Definition at line 948 of file ExportRecordsToFiles.cs.
◆ last_timestamp
| getset |
Timestamp of last file scanned.
Definition at line 939 of file ExportRecordsToFiles.cs.
◆ table_name
| getset |
Name of source table.
Definition at line 927 of file ExportRecordsToFiles.cs.
The documentation for this class was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/ExportRecordsToFiles.cs
- Kinetica/Protocol/ExportRecordsToFiles.cs