Kinetica C# API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.RawGetRecordsResponse Class Reference

A set of results returned by /get/records. More...

+ Inheritance diagram for kinetica.RawGetRecordsResponse:
+ Collaboration diagram for kinetica.RawGetRecordsResponse:

Properties

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< byte[]> records_binary [get, set]
 If the was 'binary', then this list contains the JSON encoded records retrieved from the set, otherwise not populated. More...
 
IList< string > records_json = new List<byte[]>() [get, set]
 If the was 'json', then this list contains the JSON encoded records retrieved from the set, otherwise not populated. More...
 
long total_number_of_records = new List<string>() [get, set]
 Total/Filtered number of records. More...
 
bool has_more_records [get, set]
 Too many records. Returned a partial set. 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 /get/records.

Definition at line 287 of file GetRecords.cs.

Property Documentation

bool kinetica.RawGetRecordsResponse.has_more_records
getset

Too many records. Returned a partial set.

Definition at line 313 of file GetRecords.cs.

IList<byte[]> kinetica.RawGetRecordsResponse.records_binary
getset

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

Definition at line 302 of file GetRecords.cs.

IList<string> kinetica.RawGetRecordsResponse.records_json = new List<byte[]>()
getset

If the was 'json', then this list contains the JSON encoded records retrieved from the set, otherwise not populated.

Definition at line 307 of file GetRecords.cs.

string kinetica.RawGetRecordsResponse.table_name
getset

Value of .

Definition at line 292 of file GetRecords.cs.

long kinetica.RawGetRecordsResponse.total_number_of_records = new List<string>()
getset

Total/Filtered number of records.

Definition at line 310 of file GetRecords.cs.

string kinetica.RawGetRecordsResponse.type_name
getset

Definition at line 293 of file GetRecords.cs.

string kinetica.RawGetRecordsResponse.type_schema
getset

Avro schema of <member name="records_binary"> or <member name="records_json">

Definition at line 297 of file GetRecords.cs.


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