Kinetica   C#   API  Version 7.2.3.0
kinetica.GetRecordsResponse< T > Class Template Reference

A set of results returned by Kinetica.getRecords. More...

+ Inheritance diagram for kinetica.GetRecordsResponse< T >:
+ Collaboration diagram for kinetica.GetRecordsResponse< T >:

Properties

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...
 
- Properties inherited from kinetica.KineticaData
Schema Schema [get]
 Avro Schema for this class More...
 

Additional Inherited Members

- Public Member Functions inherited from kinetica.KineticaData
 KineticaData (KineticaType type)
 Constructor from Kinetica Type More...
 
 KineticaData (System.Type type=null)
 Default constructor, with optional System.Type More...
 
object Get (int fieldPos)
 Retrieve a specific property from this object More...
 
void Put (int fieldPos, object fieldValue)
 Write a specific property to this object More...
 
- Static Public Member Functions inherited from kinetica.KineticaData
static ? RecordSchema SchemaFromType (System.Type t, KineticaType? ktype=null)
 Create an Avro Schema from a System.Type and a KineticaType. More...
 

Detailed Description

A set of results returned by Kinetica.getRecords.

Template Parameters
TThe type of object being processed.

Definition at line 455 of file GetRecords.cs.

Property Documentation

◆ data

IList<T> kinetica.GetRecordsResponse< T >.data = new List<T>()
getset

If the encoding was 'binary', then this list contains the binary encoded records retrieved from the table, otherwise not populated.

Definition at line 471 of file GetRecords.cs.

◆ has_more_records

bool kinetica.GetRecordsResponse< T >.has_more_records
getset

Too many records.

Returned a partial set.

Definition at line 478 of file GetRecords.cs.

◆ info

IDictionary<string, string> kinetica.GetRecordsResponse< T >.info = new Dictionary<string, string>()
getset

Additional information.

Definition at line 481 of file GetRecords.cs.

◆ table_name

string kinetica.GetRecordsResponse< T >.table_name
getset

Value of table_name.

Definition at line 459 of file GetRecords.cs.

◆ total_number_of_records

long kinetica.GetRecordsResponse< T >.total_number_of_records
getset

Total/Filtered number of records.

Definition at line 474 of file GetRecords.cs.

◆ type_name

string kinetica.GetRecordsResponse< T >.type_name
getset

Definition at line 461 of file GetRecords.cs.

◆ type_schema

string kinetica.GetRecordsResponse< T >.type_schema
getset

Avro schema of data or records_json

Definition at line 465 of file GetRecords.cs.


The documentation for this class was generated from the following file: