Click or drag to resize

ConfigurationCommonEventTypeMetaAvroSettingsConfig Class

Avro settings.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.commonConfigurationCommonEventTypeMetaAvroSettingsConfig

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class AvroSettingsConfig

The ConfigurationCommonEventTypeMetaAvroSettingsConfig type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationCommonEventTypeMetaAvroSettingsConfig
Initializes a new instance of the ConfigurationCommonEventTypeMetaAvroSettingsConfig class
Top
Properties
  NameDescription
Public propertyIsEnableAvro
Returns the indicator whether Avro support is enabled when available (true by default).
Public propertyIsEnableNativeString
Returns indicator whether for String-type values to use the "avro.string=String" (true by default)
Public propertyIsEnableSchemaDefaultNonNull
Returns indicator whether generated schemas should assume non-null values (true by default)
Public propertyObjectValueTypeWidenerFactoryClass
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)
Public propertyTypeRepresentationMapperClass
Returns class name of mapping provider that maps types to an Avro schema; a mapper should implement (null by default, using default mapping)
Top
See Also