Click or drag to resize

SchemaColumnDesc Class

Descriptor for use in create-schema syntax to define property name and type of an event property.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaSchemaColumnDesc

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

The SchemaColumnDesc type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyName
Returns property name.
Public propertyType
Returns property type.
Top
Methods
  NameDescription
Public methodToEPL
Render to EPL.
Top
See Also