Click or drag to resize

ConfigurationCommonEventTypeAvro Class

Configuration for Avro event types.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.commonConfigurationCommonEventTypeWithSupertype
    com.espertech.esper.common.client.configuration.commonConfigurationCommonEventTypeAvro

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 ConfigurationCommonEventTypeAvro : ConfigurationCommonEventTypeWithSupertype

The ConfigurationCommonEventTypeAvro type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAvroSchema
Returns the avro schema
Public propertyAvroSchemaText
Returns the avro schema text
Public propertyEndTimestampPropertyName
Returns the property name of the property providing the end timestamp value.
(Inherited from ConfigurationCommonEventTypeWithSupertype.)
Public propertyStartTimestampPropertyName
Returns the property name of the property providing the start timestamp value.
(Inherited from ConfigurationCommonEventTypeWithSupertype.)
Public propertySuperTypes
Sets the super types.
(Inherited from ConfigurationCommonEventTypeWithSupertype.)
Top
Methods
  NameDescription
Public methodSetAvroSchema
Sets the avro schema
Public methodSetAvroSchemaText
Returns the avro schema text
Top
See Also