Click or drag to resize

ProjectedStreamAddView Method (String, String, Expression)

Adds a parameterized view to the stream.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ProjectedStream AddView(
	string namespace,
	string name,
	params Expression[] parameters
)

Parameters

namespace
Type: SystemString
is the view namespace, for example "win" for most data windows
name
Type: SystemString
is the view name, for example "length" for a length window
parameters
Type: com.espertech.esper.common.client.sodaExpression
is a list of view parameters

Return Value

Type: ProjectedStream
stream
See Also