Click or drag to resize

CreateDataFlowClause Class

Represents a create-variable syntax for creating a new variable.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaCreateDataFlowClause

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

The CreateDataFlowClause type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDataFlowName
Returns the data flow name.
Public propertyOperators
Returns operators.
Public propertySchemas
Returns schemas.
Top
Methods
  NameDescription
Public methodToEPL
Render as EPL.
Top
See Also