Click or drag to resize

ConfigurationCommonEventTypeMetaAvroSettingsConfigObjectValueTypeWidenerFactoryClass Property

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)

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

Property Value

Type: String
class name
See Also