Kinetica C# API
Version 6.2.0.1
|
A set of results returned by Kinetica.getRecords<T>(string,long,long,IDictionary<string, string>). More...
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< 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... | |
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... | |
A set of results returned by Kinetica.getRecords<T>(string,long,long,IDictionary<string, string>).
T | The type of object being processed. |
Definition at line 515 of file GetRecords.cs.
|
getset |
If the was 'binary', then this list contains the binary encoded records retrieved from the table, otherwise not populated.
Definition at line 530 of file GetRecords.cs.
|
getset |
Too many records. Returned a partial set.
Definition at line 536 of file GetRecords.cs.
|
getset |
Value of .
Definition at line 520 of file GetRecords.cs.
|
getset |
Total/Filtered number of records.
Definition at line 533 of file GetRecords.cs.
|
getset |
Definition at line 521 of file GetRecords.cs.
|
getset |
Avro schema of <member name="records_binary"> or <member name="records_json">
Definition at line 525 of file GetRecords.cs.