Click or drag to resize

OutputLimitClauseCreate Method (OutputLimitSelector, TimePeriodExpression)

Creates an output limit clause.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static OutputLimitClause Create(
	OutputLimitSelector selector,
	TimePeriodExpression timePeriodExpression
)

Parameters

selector
Type: com.espertech.esper.common.client.sodaOutputLimitSelector
is the events to select
timePeriodExpression
Type: com.espertech.esper.common.client.sodaTimePeriodExpression
a frequency to output at

Return Value

Type: OutputLimitClause
clause
See Also