A set of results returned by /get/records.
More...
A set of results returned by /get/records.
- Template Parameters
-
T | The type of object being processed. |
Definition at line 323 of file GetRecords.cs.
IList<T> kinetica.GetRecordsResponse< T >.data |
|
getset |
If the was 'binary', then this list contains the JSON encoded records retrieved from the set, otherwise not populated.
Definition at line 338 of file GetRecords.cs.
bool kinetica.GetRecordsResponse< T >.has_more_records |
|
getset |
Too many records. Returned a partial set.
Definition at line 344 of file GetRecords.cs.
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 333 of file GetRecords.cs.
The documentation for this class was generated from the following file: