A set of results returned by Kinetica.getRecords.
More...
|
string | table_name [get, set] |
| Value of table_name. More...
|
|
string | type_name [get, set] |
|
string | type_schema [get, set] |
| Avro schema of records_binary or records_json More...
|
|
IList< byte[]> | records_binary = new List<byte[]>() [get, set] |
| If the encoding was 'binary', then this list contains the binary encoded records retrieved from the table, otherwise not populated. More...
|
|
IList< string > | records_json = new List<string>() [get, set] |
| If the encoding was 'json', then this list contains the JSON encoded records retrieved from the table. More...
|
|
long | total_number_of_records [get, set] |
| Total/Filtered number of records. More...
|
|
bool | has_more_records [get, set] |
| Too many records. More...
|
|
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.getRecords.
Definition at line 410 of file GetRecords.cs.
◆ has_more_records
bool kinetica.RawGetRecordsResponse.has_more_records |
|
getset |
Too many records.
Returned a partial set.
Definition at line 444 of file GetRecords.cs.
◆ info
IDictionary<string, string> kinetica.RawGetRecordsResponse.info = new Dictionary<string, string>() |
|
getset |
◆ records_binary
IList<byte[]> kinetica.RawGetRecordsResponse.records_binary = new List<byte[]>() |
|
getset |
If the encoding was 'binary', then this list contains the binary encoded records retrieved from the table, otherwise not populated.
Definition at line 426 of file GetRecords.cs.
◆ records_json
IList<string> kinetica.RawGetRecordsResponse.records_json = new List<string>() |
|
getset |
If the encoding was 'json', then this list contains the JSON encoded records retrieved from the table.
If the encoding was 'geojson' this list contains a single entry consisting of a GeoJSON FeatureCollection containing a feature per record. Otherwise not populated.
Definition at line 437 of file GetRecords.cs.
◆ table_name
string kinetica.RawGetRecordsResponse.table_name |
|
getset |
◆ total_number_of_records
long kinetica.RawGetRecordsResponse.total_number_of_records |
|
getset |
◆ type_name
string kinetica.RawGetRecordsResponse.type_name |
|
getset |
◆ type_schema
string kinetica.RawGetRecordsResponse.type_schema |
|
getset |
The documentation for this class was generated from the following file: