Click or drag to resize

EPStatementObjectModelOutputLimitClause Property

Return the output-rate-limiting-clause, or null to indicate that the clause is absent.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public OutputLimitClause OutputLimitClause { get; set; }

Property Value

Type: OutputLimitClause
specification of the output-rate-limiting-clause, or null if none present
See Also