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...
|
| |
| Schema | Schema [get] |
| |
A set of results returned by Kinetica.getRecords.
Definition at line 397 of file GetRecords.cs.
◆ has_more_records
| bool RawGetRecordsResponse.has_more_records |
|
getset |
Too many records.
Returned a partial set.
Definition at line 429 of file GetRecords.cs.
◆ info
| IDictionary<string, string> RawGetRecordsResponse.info = new Dictionary<string, string>() |
|
getset |
◆ records_binary
| IList<byte[]> 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 412 of file GetRecords.cs.
◆ records_json
| IList<string> 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 422 of file GetRecords.cs.
◆ table_name
| string RawGetRecordsResponse.table_name |
|
getset |
◆ total_number_of_records
| long RawGetRecordsResponse.total_number_of_records |
|
getset |
◆ type_name
| string RawGetRecordsResponse.type_name |
|
getset |
◆ type_schema
| string RawGetRecordsResponse.type_schema |
|
getset |
The documentation for this class was generated from the following file: