![]() | AvroSettingsConfig Properties |
The ConfigurationCommonEventTypeMetaAvroSettingsConfig type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsEnableAvro |
Returns the indicator whether Avro support is enabled when available (true by default).
|
![]() | IsEnableNativeString |
Returns indicator whether for String-type values to use the "avro.string=String" (true by default)
|
![]() | IsEnableSchemaDefaultNonNull |
Returns indicator whether generated schemas should assume non-null values (true by default)
|
![]() | ObjectValueTypeWidenerFactoryClass |
Returns the class name of widening provider that widens, coerces or transforms object values to an
Avro field value or record; a widener should implement
(null by default, using default widening)
|
![]() | TypeRepresentationMapperClass |
Returns class name of mapping provider that maps types to an Avro schema; a mapper should implement
(null by default, using default mapping)
|