|
Kinetica C# API
Version 7.2.3.1
|
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] |
Represents a field definition in an Avro schema.
Definition at line 10 of file AvroSchemaBuilder.cs.
|
inline |
Definition at line 17 of file AvroSchemaBuilder.cs.
|
get |
Definition at line 15 of file AvroSchemaBuilder.cs.
|
get |
Definition at line 14 of file AvroSchemaBuilder.cs.
|
get |
Definition at line 12 of file AvroSchemaBuilder.cs.
|
get |
Definition at line 13 of file AvroSchemaBuilder.cs.