![]() | OutputLimitClause Methods |
The OutputLimitClause type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Create(Double) |
Creates an output limit clause.
|
![]() ![]() | Create(String) |
Creates an output limit clause.
|
![]() ![]() | Create(Expression) |
Creates an output limit clause with a when-expression and optional then-assignment expressions to be added.
|
![]() ![]() | Create(TimePeriodExpression) |
Creates an output limit clause.
|
![]() ![]() | Create(OutputLimitSelector, TimePeriodExpression) |
Creates an output limit clause.
|
![]() ![]() | Create(OutputLimitSelector, Double) |
Creates an output limit clause.
|
![]() ![]() | Create(OutputLimitSelector, String) |
Creates an output limit clause.
|
![]() ![]() | CreateAfter(Int32) |
Create with after-only and number of events.
|
![]() ![]() | CreateAfter(TimePeriodExpression) |
Create with after-only time period.
|
![]() ![]() | CreateSchedule |
Creates an output limit clause with a crontab 'at' schedule parameters,
see and related.
|
![]() | ToEPL |
Renders the clause in textual representation.
|
![]() | WithAddThenAssignment |
Adds a then-keyword variable assigment for use with the when-keyword.
|
![]() | WithAfterNumberOfEvents | |
![]() | WithAfterTimePeriodExpression |
Sets the after-keyword time period.
|
![]() | WithAndAfterTerminate |
Set true for output upon termination of a context partition
|
![]() | WithAndAfterTerminateAndExpr |
Sets an optional expression evaluated when a context partition terminates before triggering output.
|
![]() | WithAndAfterTerminateThenAssignments | |
![]() | WithCrontabAtParameters |
Crontab.
|
![]() | WithFrequency | |
![]() | WithFrequencyVariable |
Sets the variable name of the variable providing output rate frequency values, or null if the frequency is a fixed
value.
|
![]() | WithSelector |
Sets the selector indicating the events to output.
|
![]() | WithThenAssignments | |
![]() | WithTimePeriodExpression |
Crontab
|
![]() | WithUnit |
Sets the unit the frequency is in.
|
![]() | WithWhenExpression |
Set when.
|