Click or drag to resize

DataFlowOperatorOutput Class

Represents an output port of an operator.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaDataFlowOperatorOutput

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

The DataFlowOperatorOutput type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyStreamName
Returns the output stream name.
Public propertyTypeInfo
Returns output port type information
Top
See Also