AvroSerialization interface
Describes how data from an input is serialized or how data is serialized when written to an output in Avro format.
- Extends
Properties
properties | The properties that are associated with the Avro serialization type. Required on PUT (CreateOrReplace) requests. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
properties
The properties that are associated with the Avro serialization type. Required on PUT (CreateOrReplace) requests.
properties?: Record<string, unknown>
Property Value
Record<string, unknown>
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Avro"
Property Value
"Avro"