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 data or records_json. More...
|
| |
| IList< T > | data = new List<T>() [get, set] |
| | If the encoding was 'binary', then this list contains the binary encoded records retrieved from the table, otherwise not populated. 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.
- Template Parameters
-
| T | The type of object being processed. |
Definition at line 440 of file GetRecords.cs.
◆ data
If the encoding was 'binary', then this list contains the binary encoded records retrieved from the table, otherwise not populated.
Definition at line 455 of file GetRecords.cs.
◆ has_more_records
Too many records.
Returned a partial set.
Definition at line 462 of file GetRecords.cs.
◆ info
| IDictionary<string, string> GetRecordsResponse< T >.info = new Dictionary<string, string>() |
|
getset |
◆ table_name
◆ total_number_of_records
◆ type_name
◆ type_schema
The documentation for this class was generated from the following file: