Click or drag to resize

ConfigurationCommonEventTypeMetaAvroSettingsConfigTypeRepresentationMapperClass Property

Returns class name of mapping provider that maps types to an Avro schema; a mapper should implement (null by default, using default mapping)

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public string TypeRepresentationMapperClass { get; set; }

Property Value

Type: String
class name
See Also