Kinetica   C#   API  Version 7.2.3.1
AvroType.cs File Reference

Go to the source code of this file.

Classes

class  AvroTypeExtensions
 Extension methods for AvroType. More...
 

Enumerations

enum  AvroType {
  AvroType.Int,
  AvroType.Long,
  AvroType.Float,
  AvroType.Double,
  AvroType.String,
  AvroType.Boolean,
  AvroType.Bytes
}
 Avro primitive types for schema building. More...
 

Enumeration Type Documentation

◆ AvroType

enum AvroType
strong

Avro primitive types for schema building.

Equivalent to Rust's AvroType enum.

Enumerator
Int 

32-bit signed integer

Long 

64-bit signed integer

Float 

32-bit IEEE 754 float

Double 

64-bit IEEE 754 double

String 

UTF-8 string

Boolean 

Boolean value

Bytes 

Raw bytes

Definition at line 7 of file AvroType.cs.