Kinetica   C#   API  Version 7.2.3.0
kinetica.KineticaRecord Class Reference

Convenience class for using Avro.Generic.GenericRecord objects. More...

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

Public Member Functions

 KineticaRecord (RecordSchema schema)
 
string ContentsToString ()
 Convert the contents of the record to a string. More...
 
 KineticaRecord (RecordSchema schema)
 
string ContentsToString ()
 Convert the contents of the record to a string. More...
 
- Public Member Functions inherited from Avro.Generic.GenericRecord
 GenericRecord (RecordSchema schema)
 
void Add (string fieldName, object fieldValue)
 
bool TryGetValue (string fieldName, out object result)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
override string ToString ()
 

Static Public Member Functions

static IList< KineticaRecordDecodeDynamicTableRecords (string dynamic_table_schema_string, byte[] encoded_data)
 Decodes binary encoded data of a dynamically created table returned by the server. More...
 
static IList< KineticaRecordDecodeDynamicTableRecords (string dynamic_table_schema_string, byte[] encoded_data)
 Decodes binary encoded data of a dynamically created table returned by the server. More...
 

Additional Inherited Members

- Properties inherited from Avro.Generic.GenericRecord
RecordSchema Schema [get]
 
object this[string fieldName] [get]
 

Detailed Description

Convenience class for using Avro.Generic.GenericRecord objects.

Definition at line 14 of file KineticaRecord.cs.

Constructor & Destructor Documentation

◆ KineticaRecord() [1/2]

kinetica.KineticaRecord.KineticaRecord ( RecordSchema  schema)
inline

Definition at line 16 of file KineticaRecord.cs.

◆ KineticaRecord() [2/2]

kinetica.KineticaRecord.KineticaRecord ( RecordSchema  schema)
inline

Definition at line 16 of file KineticaRecord.cs.

Member Function Documentation

◆ ContentsToString() [1/2]

string kinetica.KineticaRecord.ContentsToString ( )
inline

Convert the contents of the record to a string.

Returns
A string containing the field names and values.

Definition at line 22 of file KineticaRecord.cs.

◆ ContentsToString() [2/2]

string kinetica.KineticaRecord.ContentsToString ( )
inline

Convert the contents of the record to a string.

Returns
A string containing the field names and values.

Definition at line 22 of file KineticaRecord.cs.

◆ DecodeDynamicTableRecords() [1/2]

static IList<KineticaRecord> kinetica.KineticaRecord.DecodeDynamicTableRecords ( string  dynamic_table_schema_string,
byte []  encoded_data 
)
inlinestatic

Decodes binary encoded data of a dynamically created table returned by the server.

Parameters
dynamic_table_schema_stringThe schema string for the dynamically created table.
encoded_dataThe binary encoded data.
Returns
A list of KineticaRecord objects with the decoded data.

Definition at line 59 of file KineticaRecord.cs.

◆ DecodeDynamicTableRecords() [2/2]

static IList<KineticaRecord> kinetica.KineticaRecord.DecodeDynamicTableRecords ( string  dynamic_table_schema_string,
byte []  encoded_data 
)
inlinestatic

Decodes binary encoded data of a dynamically created table returned by the server.

Parameters
dynamic_table_schema_stringThe schema string for the dynamically created table.
encoded_dataThe binary encoded data.
Returns
A list of KineticaRecord objects with the decoded data.

Definition at line 59 of file KineticaRecord.cs.


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