Kinetica   C#   API  Version 7.2.3.1
ExportRecordsToFilesResponse Class Reference

A set of results returned by Kinetica.exportRecordsToFiles. More...

+ Inheritance diagram for ExportRecordsToFilesResponse:
+ Collaboration diagram for ExportRecordsToFilesResponse:

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 = new List<string>() [get, set]
 Names of all exported files. More...
 
long last_timestamp [get, set]
 Timestamp of last file scanned. More...
 
IList< string > data_text = new List<string>() [get, set]
 
IList< byte[]> data_bytes = new List<byte[]>() [get, set]
 
IDictionary< string, string > info = new Dictionary<string, string>() [get, set]
 Additional information. More...
 
- Properties inherited from KineticaData
Schema Schema [get]
 Avro Schema for this class More...
 
- Properties inherited from Avro.Specific.ISpecificRecord
Schema Schema [get]
 

Additional Inherited Members

- Public Member Functions inherited from 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 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.exportRecordsToFiles.

Definition at line 763 of file ExportRecordsToFiles.cs.

Property Documentation

◆ count_exported

long ExportRecordsToFilesResponse.count_exported
getset

Number of source table records exported.

Definition at line 769 of file ExportRecordsToFiles.cs.

◆ count_skipped

long ExportRecordsToFilesResponse.count_skipped
getset

Number of source table records skipped.

Definition at line 772 of file ExportRecordsToFiles.cs.

◆ data_bytes

IList<byte[]> ExportRecordsToFilesResponse.data_bytes = new List<byte[]>()
getset

Definition at line 782 of file ExportRecordsToFiles.cs.

◆ data_text

IList<string> ExportRecordsToFilesResponse.data_text = new List<string>()
getset

Definition at line 780 of file ExportRecordsToFiles.cs.

◆ files

IList<string> ExportRecordsToFilesResponse.files = new List<string>()
getset

Names of all exported files.

Definition at line 775 of file ExportRecordsToFiles.cs.

◆ info

IDictionary<string, string> ExportRecordsToFilesResponse.info = new Dictionary<string, string>()
getset

Additional information.

Definition at line 785 of file ExportRecordsToFiles.cs.

◆ last_timestamp

long ExportRecordsToFilesResponse.last_timestamp
getset

Timestamp of last file scanned.

Definition at line 778 of file ExportRecordsToFiles.cs.

◆ table_name

string ExportRecordsToFilesResponse.table_name
getset

Name of source table.

Definition at line 766 of file ExportRecordsToFiles.cs.


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