Enum Field.Order

Objects with identical schemas may be sorted by a depth-first left-to-right traversal of the schema.

enum Order : int { ... }

Enum members

NameDescription
ASCENDING The default sort order for fields.
DESCENDING The order of fields is reversed.
IGNORE Ignore this value for the purpose of sorting.

See Also

https://avro.apache.org/docs/current/spec.html#order