Click or drag to resize

AvroSchemaFieldAttribute Class

Attribute for use with Avro to provide a schema for a given event property.
Inheritance Hierarchy
SystemAttribute
  com.espertech.esper.common.client.annotationAvroSchemaFieldAttribute

Namespace:  com.espertech.esper.common.client.annotation
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class AvroSchemaFieldAttribute : Attribute

The AvroSchemaFieldAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAvroSchemaFieldAttribute
Initializes a new instance of the AvroSchemaFieldAttribute class.
Public methodAvroSchemaFieldAttribute(String, String)
Initializes a new instance of the AvroSchemaFieldAttribute class.
Top
Properties
  NameDescription
Public propertyName
Property name.
Public propertySchema
Schema text.
Top
See Also