[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
This interface represents one filter parameter in an
net.esper.filter.FilterValueSet filter specification.
Each filtering parameter has an property name and operator type, and a value to filter for.
Namespace: net.esper.filter
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface FilterValueSetParam |
C# |
---|
public interface FilterValueSetParam |
Visual C++ |
---|
public interface class FilterValueSetParam |
See Also