Kinetica C# API
Version 6.2.0.1
|
Convenience class for using Avro.Generic.GenericRecord objects. More...
Inherits GenericRecord.
Public Member Functions | |
KineticaRecord (RecordSchema schema) | |
string | ContentsToString () |
Convert the contents of the record to a string. More... | |
Static Public Member Functions | |
static IList< KineticaRecord > | DecodeDynamicTableRecords (string dynamic_table_schema_string, byte[] encoded_data) |
Decodes binary encoded data of a dynamically created table returned by the server. More... | |
Convenience class for using Avro.Generic.GenericRecord objects.
Definition at line 14 of file KineticaRecord.cs.
|
inline |
Definition at line 16 of file KineticaRecord.cs.
|
inline |
Convert the contents of the record to a string.
Definition at line 22 of file KineticaRecord.cs.
|
inlinestatic |
Decodes binary encoded data of a dynamically created table returned by the server.
dynamic_table_schema_string | The schema string for the dynamically created table. |
encoded_data | The binary encoded data. |
Definition at line 59 of file KineticaRecord.cs.