Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AvroEnumUDR

AvroEnumUDR is used as an <>represent Enum avro type.

The following fields are included in the AvroEnumUDR :

Field

Description

fullname (string)

Name of the enum field
(example “example.avro.myFixed”)

symbol (string)

Selected value of the specific enum type

AvroFixedUDR

AvroFixedUDR is used as <>to representive Fixed avro type.

The following fields are included in the AvroFixedUDR :

Field

Description

bytes (bytearray)

Byte value of the field

fullname (string)

Name of the fixed field
(example “example.avro.myFixed”)

...