1 using System.Collections.Generic;
3 namespace kinetica.Records;
static abstract IReadOnlyDictionary< string, IList< string > > GetTypeProperties()
Returns type properties including field types and attributes.
string GetAvroSchema()
Returns the Avro schema as a JSON string for this record type.
Interface for records that can be inserted into Kinetica.
Static interface for type-level properties.