Click or drag to resize

DataFlowOperatorParameter Class

Object model of a data flow operator parameter.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaDataFlowOperatorParameter

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

The DataFlowOperatorParameter type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyParameterName
Get the parameter name.
Public propertyParameterValue
Get the parameter value, which can be either a constant, an or a JSON object or a .
Top
Methods
  NameDescription
Public methodStatic memberRenderValue
RenderAny prameter.
Public methodToEPL
RenderAny parameter.
Top
See Also