Package version:

Describes how data from an input is serialized or how data is serialized when written to an output in Avro format.

interface AvroSerialization {
    properties?: Record<string, unknown>;
    type: "Avro";
}

Hierarchy (view full)

Properties

Properties

properties?: Record<string, unknown>

The properties that are associated with the Avro serialization type. Required on PUT (CreateOrReplace) requests.

type: "Avro"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc