Convenience class for using Avro.Generic.GenericRecord objects. More…
Inherits Avro.Generic.GenericRecord, and Avro.Generic.GenericRecord.
|
| | KineticaRecord (RecordSchema schema) |
| | Initializes a new record conforming to the given Avro schema.
|
| |
| string | ContentsToString () |
| | Convert the contents of the record to a string.
|
| |
| | KineticaRecord (RecordSchema schema) |
| | Initializes a new record conforming to the given Avro schema.
|
| |
| string | ContentsToString () |
| | Convert the contents of the record to a string.
|
| |
|
| 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.
|
| |
| 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.
|
| |
Convenience class for using Avro.Generic.GenericRecord objects.
Definition at line 11 of file KineticaRecord.cs.
◆ KineticaRecord() [1/2]
| kinetica.KineticaRecord.KineticaRecord | ( | RecordSchema | schema | ) | |
| inline |
Initializes a new record conforming to the given Avro schema.
Parameters
| schema | The Avro record schema describing the record’s columns. |
Definition at line 15 of file KineticaRecord.cs.
◆ KineticaRecord() [2/2]
| kinetica.KineticaRecord.KineticaRecord | ( | RecordSchema | schema | ) | |
| inline |
Initializes a new record conforming to the given Avro schema.
Parameters
| schema | The Avro record schema describing the record’s columns. |
Definition at line 15 of file KineticaRecord.cs.
◆ 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 21 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 21 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_string | The schema string for the dynamically created table. |
| encoded_data | The binary encoded data. |
Definition at line 58 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_string | The schema string for the dynamically created table. |
| encoded_data | The binary encoded data. |
Definition at line 58 of file KineticaRecord.cs.
The documentation for this class was generated from the following files: