Kinetica   C#   API  Version 7.2.3.1
FieldDef Struct Reference

Represents a field definition in an Avro schema. More...

Public Member Functions

 FieldDef (string name, AvroType type, bool isNullable, string? doc=null)
 

Properties

string Name [get]
 
AvroType Type [get]
 
bool IsNullable [get]
 
string? Doc [get]
 

Detailed Description

Represents a field definition in an Avro schema.

Definition at line 10 of file AvroSchemaBuilder.cs.

Constructor & Destructor Documentation

◆ FieldDef()

FieldDef.FieldDef ( string  name,
AvroType  type,
bool  isNullable,
string?  doc = null 
)
inline

Definition at line 17 of file AvroSchemaBuilder.cs.

Property Documentation

◆ Doc

string? FieldDef.Doc
get

Definition at line 15 of file AvroSchemaBuilder.cs.

◆ IsNullable

bool FieldDef.IsNullable
get

Definition at line 14 of file AvroSchemaBuilder.cs.

◆ Name

string FieldDef.Name
get

Definition at line 12 of file AvroSchemaBuilder.cs.

◆ Type

AvroType FieldDef.Type
get

Definition at line 13 of file AvroSchemaBuilder.cs.


The documentation for this struct was generated from the following file: