A set of results returned by Kinetica.getRecords{T}(string,long,long,IDictionary{string, string}).
More...
|
string | table_name [get, set] |
| Value of . More...
|
|
string | type_name [get, set] |
|
string | type_schema [get, set] |
| Avro schema of <member name="records_binary"> or <member name="records_json"> More...
|
|
IList< T > | data [get, set] |
| If the was 'binary', then this list contains the binary encoded records retrieved from the table, otherwise not populated. More...
|
|
long | total_number_of_records = new List<T>() [get, set] |
| Total/Filtered number of records. More...
|
|
bool | has_more_records [get, set] |
| Too many records. Returned a partial set. More...
|
|
IDictionary< string, string > | info [get, set] |
| Additional information. More...
|
|
Schema | Schema [get] |
| Avro Schema for this class More...
|
|
A set of results returned by Kinetica.getRecords{T}(string,long,long,IDictionary{string, string}).
- Template Parameters
-
T | The type of object being processed. |
Definition at line 539 of file GetRecords.cs.
IList<T> kinetica.GetRecordsResponse< T >.data |
|
getset |
If the was 'binary', then this list contains the binary encoded records retrieved from the table, otherwise not populated.
Definition at line 554 of file GetRecords.cs.
bool kinetica.GetRecordsResponse< T >.has_more_records |
|
getset |
Too many records. Returned a partial set.
Definition at line 560 of file GetRecords.cs.
IDictionary<string, string> kinetica.GetRecordsResponse< T >.info |
|
getset |
string kinetica.GetRecordsResponse< T >.table_name |
|
getset |
long kinetica.GetRecordsResponse< T >.total_number_of_records = new List<T>() |
|
getset |
string kinetica.GetRecordsResponse< T >.type_name |
|
getset |
string kinetica.GetRecordsResponse< T >.type_schema |
|
getset |
Avro schema of <member name="records_binary"> or <member name="records_json">
Definition at line 549 of file GetRecords.cs.
The documentation for this class was generated from the following file: