Skip to main content

Classes

class  AvroSchemaBuilder
 Builder for constructing Avro schema JSON strings. More…
 
class  AvroTypeExtensions
 Extension methods for AvroType. More…
 
class  KineticaColumnProperties
 Builder for Kinetica column properties. More…
 
class  TypePropertiesBuilder
 Builder for constructing type properties dictionaries. More…
 

Enumerations

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

Enumeration Type Documentation

◆ AvroType [1/2]

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.

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.

◆ AvroType [2/2]

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.

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.