A set of results returned by Kinetica.exportRecordsToFiles.
More...
|
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...
|
|
Schema | Schema [get] |
| Avro Schema for this class More...
|
|
A set of results returned by Kinetica.exportRecordsToFiles.
Definition at line 798 of file ExportRecordsToFiles.cs.
◆ count_exported
long kinetica.ExportRecordsToFilesResponse.count_exported |
|
getset |
◆ count_skipped
long kinetica.ExportRecordsToFilesResponse.count_skipped |
|
getset |
◆ data_bytes
IList<byte[]> kinetica.ExportRecordsToFilesResponse.data_bytes = new List<byte[]>() |
|
getset |
◆ data_text
IList<string> kinetica.ExportRecordsToFilesResponse.data_text = new List<string>() |
|
getset |
◆ files
IList<string> kinetica.ExportRecordsToFilesResponse.files = new List<string>() |
|
getset |
◆ info
IDictionary<string, string> kinetica.ExportRecordsToFilesResponse.info = new Dictionary<string, string>() |
|
getset |
◆ last_timestamp
long kinetica.ExportRecordsToFilesResponse.last_timestamp |
|
getset |
◆ table_name
string kinetica.ExportRecordsToFilesResponse.table_name |
|
getset |
The documentation for this class was generated from the following file: