[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Ctor.

Namespace: net.esper.eql.spec
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	filterSpec As FilterSpec, _
	viewSpecs As IList(Of ViewSpec), _
	optionalStreamName As String _
)
C#
public FilterStreamSpec (
	FilterSpec filterSpec,
	IList<ViewSpec> viewSpecs,
	string optionalStreamName
)
Visual C++
public:
FilterStreamSpec (
	FilterSpec^ filterSpec, 
	IList<ViewSpec^>^ viewSpecs, 
	String^ optionalStreamName
)

Parameters

filterSpec
net.esper.filter.FilterSpec
specifies what events we are interested in.
viewSpecs
System.Collections.Generic.IList<(Of T>)
specifies what view to use to derive data
optionalStreamName
System.String
stream name, or null if none supplied