Click or drag to resize

OutputLimitClauseFrequencyVariable Property

Returns the variable name of the variable providing output rate frequency values, or null if the frequency is a fixed value.

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

Return Value

Type: String
variable name or null if no variable is used
See Also