|
Kinetica C# API
Version 7.2.3.1
|
Interface for records that can be inserted into Kinetica. More...
Inheritance diagram for IKineticaRecord:Public Member Functions | |
| string | GetAvroSchema () |
| Returns the Avro schema as a JSON string for this record type. More... | |
Interface for records that can be inserted into Kinetica.
Equivalent to Rust's KineticaRecord trait.
Types implementing this interface can be used with the BulkInserter for high-performance data ingestion.
Definition at line 36 of file IKineticaRecord.cs.
| string IKineticaRecord.GetAvroSchema | ( | ) |
Returns the Avro schema as a JSON string for this record type.
The schema should be cached (e.g., in a static field) to avoid repeated string allocations.
Implemented in GenericRecord.